Moved contents of seasoned_api up to root folder
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"extends": [
|
||||
"airbnb-base"
|
||||
],
|
||||
"rules": {
|
||||
"indent": ["error", 3],
|
||||
"prefer-destructuring": 0,
|
||||
"camelcase": 0,
|
||||
"import/no-unresolved": 0,
|
||||
"import/no-extraneous-dependencies": 0,
|
||||
"object-shorthand": 0,
|
||||
"comma-dangle": 0
|
||||
}
|
||||
"root": true,
|
||||
"parserOptions": {
|
||||
// "parser": "@typescript-eslint/parser",
|
||||
"sourceType": "module"
|
||||
},
|
||||
// "plugins": ["@typescript-eslint"],
|
||||
"extends": [
|
||||
"eslint-config-airbnb-base",
|
||||
// "plugin:@typescript-eslint/recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-underscore-dangle": "off",
|
||||
"no-shadow": "off"
|
||||
// "@typescript-eslint/no-shadow": ["error"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user