deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
29
configs/base.eslintrc.json
Normal file
29
configs/base.eslintrc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 6,
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"@theia",
|
||||
"@typescript-eslint",
|
||||
"@typescript-eslint/tslint",
|
||||
"import",
|
||||
"no-null",
|
||||
"eslint-plugin-deprecation",
|
||||
"eslint-plugin-react",
|
||||
"eslint-plugin-no-unsanitized"
|
||||
],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"mocha": true,
|
||||
"node": true
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"node_modules",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user