-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: SDG-6 Standardize eslint (#46)
* feat: SDG-6 Added new styleguide for React 16.8+ * Updated Deps * Added new rules to goodway/node * fix: Imports in react-hooks.js and updated npmignore to allow the new react-hooks rule to be picked up * feat: SDG-6 Added storybook plugin and rules * feat: SDG-6 Removed deps that are no longer necessary * feat: SDG-6 changed to a warning so teams are aware of the rule and can make a decision --------- Co-authored-by: Jeff Capone <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,735 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
logs | ||
*.log | ||
npm-debug.log* | ||
*.tgz | ||
|
||
# Runtime data | ||
pids | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
* | ||
!es5.js | ||
!react-hooks.js | ||
!node.js | ||
!index.js | ||
!CHANGELOG.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ Node: `goodway/node` | |
|
||
Frontend: `goodway/frontend` (doesn't exist) | ||
|
||
React: `goodway/react-hooks` | ||
|
||
ES5: `goodway/es5` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.