1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 07:18:26 -04:00
jarv.is/.eslintrc.json
2020-05-14 13:36:27 -04:00

12 lines
167 B
JSON

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