mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 06:18:27 -04:00
* prettier init
* prettier ignore
* run on everything 😬
* add prettier check script
* update deps
* Update .prettierignore
13 lines
170 B
JSON
13 lines
170 B
JSON
{
|
|
"extends": ["plugin:prettier/recommended"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2015
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"rules": {
|
|
}
|
|
}
|