scratch-analysis/.eslintrc

8 lines
150 B
Text
Raw Normal View History

2018-12-17 18:11:08 -05:00
{
2022-05-27 11:09:16 -04:00
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
},
2018-12-17 18:11:08 -05:00
"extends": ["scratch", "scratch/node"]
}