UNPKG

181 BPlain TextView Raw
1{
2 "ignore": [
3 "**/node_modules/**",
4 "**/docs/**",
5 "**/demo/**",
6 "**/lib/**"
7 ],
8 "critics": {
9 "lint": {"engine": "eslint"}
10 }
11}