-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: publish all rules we want to enforce (#48)
* feat!: publish all rules we want to enforce as warning * feat!: add curly and ban-types * feat!: list used rules in readme fix #23 #40 #41 #42 #49
- Loading branch information
1 parent
c2f5676
commit e19f6db
Showing
8 changed files
with
1,454 additions
and
47 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
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,3 +2,5 @@ | |
node_modules/ | ||
# Ignore local build | ||
emerson-eps-eslint-config-*.tgz | ||
# tsc | ||
tmp |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Use .gitignore syntax | ||
|
||
# Generated/third-party code | ||
tmp/ | ||
node_modules/ | ||
|
||
# IDE Config | ||
.vscode/ | ||
.idea/ | ||
|
||
# tooling | ||
.scannerwork/ | ||
|
||
# Generated files | ||
config.json | ||
|
||
# npm can rewrite the whole package.json file with some commands | ||
package.json |
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.