My own repo with exiting with programs exit code.
This commit is contained in:
parent
b745c44832
commit
027e546e1f
47 changed files with 32301 additions and 1 deletions
20
html/.eslintrc.json
Normal file
20
html/.eslintrc.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"extends": "./node_modules/gts/",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.ts", "**/*.tsx"],
|
||||
"parserOptions": {
|
||||
"jsxPragma": "h"
|
||||
},
|
||||
"rules": {
|
||||
"@typescript-eslint/no-duplicate-enum-values": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["gulpfile.js", "webpack.config.js"],
|
||||
"rules": {
|
||||
"node/no-unpublished-require": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue