mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
upgrade to es6, add prettier config
This commit is contained in:
parent
769f10b636
commit
9c6e29f935
@ -6,6 +6,10 @@
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:github/recommended"
|
||||
]
|
||||
"plugin:github/recommended",
|
||||
"plugin:github/es6"
|
||||
],
|
||||
"rules": {
|
||||
"no-console": 0
|
||||
}
|
||||
}
|
||||
|
1
tools/stylelint-selector-no-utility/prettier.config.js
Normal file
1
tools/stylelint-selector-no-utility/prettier.config.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = require('eslint-plugin-github/prettier.config')
|
Loading…
Reference in New Issue
Block a user