mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"extends": [
|
|
"plugin:github/internal",
|
|
"plugin:github/recommended"
|
|
],
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017,
|
|
"requireConfigFile": false
|
|
},
|
|
"parser": "@babel/eslint-parser"
|
|
}
|