1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 18:30:30 -04:00
jarv.is/.eslintrc.json
Jake Jarvis 323b3dd9f6
add Prettier to workflow 🎀 (#128)
* prettier init

* prettier ignore

* run on everything 😬

* add prettier check script

* update deps

* Update .prettierignore
2020-05-06 12:19:21 -04:00

13 lines
170 B
JSON

{
"extends": ["plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": 2015
},
"env": {
"browser": true,
"es6": true
},
"rules": {
}
}