UNPKG

127 BPlain TextView Raw
1{
2 "root": true,
3 "extends": ["@shelf/eslint-config/backend"],
4 "rules": {
5 "no-console": 0,
6 "import/order": 0
7 }
8}