1
1
mirror of https://github.com/primer/css.git synced 2025-01-01 18:53:34 +03:00
css/.eslintrc.json

16 lines
253 B
JSON
Raw Normal View History

2019-02-12 00:57:49 +03:00
{
"extends": [
2021-03-27 02:46:41 +03:00
"plugin:github/internal",
2019-02-12 00:57:49 +03:00
"plugin:github/recommended"
],
"env": {
"es6": true,
"node": true
},
"parserOptions": {
2021-03-27 03:01:41 +03:00
"ecmaVersion": 2017,
"requireConfigFile": false
},
"parser": "@babel/eslint-parser"
2019-02-12 00:57:49 +03:00
}