mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 02:57:55 +00:00
feat: initial commit for bizinikiwi-connect with clean CI
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ["./packages/*/tsconfig.json", "./projects/*/tsconfig.json"],
|
||||
},
|
||||
settings: { react: { version: "detect" } },
|
||||
extends: ["react-app", "prettier"],
|
||||
rules: {
|
||||
"import/no-extraneous-dependencies": [
|
||||
"error",
|
||||
{
|
||||
devDependencies: ["**/*.test.ts", "**/*.spec.ts", "**/*.bench.ts"],
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/no-redeclare": "off",
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
},
|
||||
globals: {
|
||||
chrome: true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user