1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
css/.eslintrc.json
2019-02-11 13:57:49 -08:00

14 lines
180 B
JSON

{
"extends": [
"plugin:github/es6",
"plugin:github/recommended"
],
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017
}
}