Przeglądaj źródła

:recycle: just cleaning up config stuff

tags/0.0.1
j 5 lat temu
rodzic
commit
49f0faaf30
2 zmienionych plików z 2 dodań i 3 usunięć
  1. 1
    2
      backend/.eslintrc
  2. 1
    1
      backend/.nycrc

+ 1
- 2
backend/.eslintrc Wyświetl plik

5
         "es2021": true
5
         "es2021": true
6
     },
6
     },
7
     "extends": [
7
     "extends": [
8
-        "eslint:recommended",
9
-        "prettier"
8
+        "eslint:recommended"
10
     ],
9
     ],
11
     "parserOptions": {
10
     "parserOptions": {
12
         "ecmaVersion": 12
11
         "ecmaVersion": 12

+ 1
- 1
backend/.nycrc Wyświetl plik

1
 {
1
 {
2
-    "all":true,
2
+    "all": true,
3
     "include": [
3
     "include": [
4
         "lib/**/*.js"
4
         "lib/**/*.js"
5
     ]
5
     ]

Ładowanie…
Anuluj
Zapisz