mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:35:12 +00:00
@@ -18,18 +18,14 @@
|
||||
"tsconfig.json",
|
||||
".eslintrc.json"
|
||||
],
|
||||
"plugins": [
|
||||
"import",
|
||||
"eslint-comments",
|
||||
"functional"
|
||||
],
|
||||
"plugins": ["import", "eslint-comments", "functional"],
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:eslint-comments/recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:import/typescript",
|
||||
"plugin:prettier/recommended",
|
||||
"plugin:json/recommended"
|
||||
"plugin:json/recommended-legacy"
|
||||
],
|
||||
"globals": {
|
||||
"BigInt": true,
|
||||
|
||||
Reference in New Issue
Block a user