diff options
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r-- | client/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 021de0118..f9326acc8 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json | |||
@@ -29,7 +29,7 @@ | |||
29 | "arrow-body-style": "off", | 29 | "arrow-body-style": "off", |
30 | "import/no-webpack-loader-syntax": "off", | 30 | "import/no-webpack-loader-syntax": "off", |
31 | "no-underscore-dangle": "off", | 31 | "no-underscore-dangle": "off", |
32 | "node/no-callback-literal": "off", | 32 | "n/no-callback-literal": "off", |
33 | "@angular-eslint/component-selector": [ | 33 | "@angular-eslint/component-selector": [ |
34 | "error", | 34 | "error", |
35 | { | 35 | { |