RenaiApp/.eslintrc.json

13 lines
208 B
JSON
Raw Normal View History

{
"root": true,
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"env": {
"es6": true,
"browser": true,
"node": true
2019-06-16 03:39:33 +02:00
},
"parserOptions": {
"ecmaVersion": 2017
}
}