SquadJS/.eslintrc

9 lines
103 B
Plaintext
Raw Normal View History

2020-05-15 12:42:39 -05:00
{
"parserOptions": {
"ecmaVersion": 2018
},
"extends": [
"standard",
"prettier"
]
}