1
1
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:
Shawn Allen 2018-11-08 09:41:52 -08:00
parent 769f10b636
commit 9c6e29f935
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@
"node": true
},
"extends": [
"plugin:github/recommended"
]
"plugin:github/recommended",
"plugin:github/es6"
],
"rules": {
"no-console": 0
}
}

View File

@ -0,0 +1 @@
module.exports = require('eslint-plugin-github/prettier.config')