Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

[eslint-config-terra] Add FullStack to globals for usage in full stack testing #640

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/eslint-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Added `FullStack` to globals for usage in full stack testing

## 5.0.0 - (February 16, 2021)

* Breaking
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-terra/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = {
after: true,
before: true,
browser: true,
FullStack: true,
Terra: true,
$: true,
},
Expand Down