mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-23 16:18:37 -05:00
7 lines
150 B
Text
7 lines
150 B
Text
{
|
|
"parser": "@babel/eslint-parser",
|
|
"parserOptions": {
|
|
"requireConfigFile": false
|
|
},
|
|
"extends": ["scratch", "scratch/node"]
|
|
}
|