mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:42:59 +00:00
lint
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
module.exports = {
|
||||
parser: "@babel/eslint-parser",
|
||||
extends: ["next", "turbo", "prettier"],
|
||||
rules: {
|
||||
"@next/next/no-html-link-for-pages": "off",
|
||||
},
|
||||
parserOptions: {
|
||||
requireConfigFile: false,
|
||||
babelOptions: {
|
||||
presets: ["next/babel"],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -7,10 +7,11 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-config-next": "^14.2.3",
|
||||
"@typescript-eslint/parser": "^7.9.0",
|
||||
"eslint-config-next": "^14.2.18",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "^2.0.9",
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-config-turbo": "^2.0.9"
|
||||
"@babel/eslint-parser": "^7.25.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user