mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed eslint bug
This commit is contained in:
committed by
Akhil Mohan
parent
606ed25104
commit
0be3ad9517
@@ -13,6 +13,7 @@ module.exports = {
|
||||
tsconfigRootDir: __dirname
|
||||
},
|
||||
rules: {
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"consistent-return": "off", // my style
|
||||
"import/order": "off", // for simple-import-order
|
||||
"import/prefer-default-export": "off", // why
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
"@server/*": ["./src/server/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "scripts/**/*", "e2e-test/**/*"],
|
||||
"include": ["src/**/*", "scripts/**/*", "e2e-test/**/*", ".eslintrc.js"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user