UNPKG

174 BPlain TextView Raw
1{
2 "dependencies": {
3 "unused-ignores": [
4 "eslint**"
5 ]
6 },
7 "ignore": [
8 "src/db/updates/**",
9 "test/**"
10 ],
11 "critics": {
12 "lint": {
13 "engine": "eslint"
14 }
15 }
16}