aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 13:00:43 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-10 13:00:43 +0530
commit12afe7d1cf99f832e6faa7cacaf1c469c3685659 (patch)
tree4a130682c36c71a6c7f44a0576197b4e932e137c /.eslintrc.js
parent6.2.3-nightly.4 [skip ci] (diff)
downloadferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.tar.gz
ferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.tar.zst
ferdium-app-12afe7d1cf99f832e6faa7cacaf1c469c3685659.zip
Normalize eslint/tslint configs across app and server codebases
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 3f56f18cd..54ae4c8ad 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,6 +10,7 @@ module.exports = {
10 sourceType: 'module', 10 sourceType: 'module',
11 project: './tsconfig.json', 11 project: './tsconfig.json',
12 }, 12 },
13 ignorePatterns: ['node_modules', 'build', 'recipes', '.eslintrc.js'],
13 extends: ['airbnb', 'plugin:unicorn/recommended', 'prettier'], 14 extends: ['airbnb', 'plugin:unicorn/recommended', 'prettier'],
14 plugins: ['jest', 'prettier'], 15 plugins: ['jest', 'prettier'],
15 settings: { 16 settings: {
@@ -19,7 +20,6 @@ module.exports = {
19 }, 20 },
20 }, 21 },
21 globals: { 22 globals: {
22 // TODO: can be removed once adonisj migration is done
23 use: true, 23 use: true,
24 }, 24 },
25 env: { 25 env: {