- Update all deps - Apply midwest changes - Convert all templates to JSX - Preact instead of Marko - Babel & Eslint
25 lines
272 B
Plaintext
25 lines
272 B
Plaintext
{
|
|
"extends": [
|
|
"airbnb-base",
|
|
"../.eslintrc"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"sourceType": "strict"
|
|
},
|
|
|
|
"env": {
|
|
"node": true
|
|
},
|
|
|
|
"rules": {
|
|
"global-require": 0
|
|
},
|
|
|
|
"globals": {
|
|
"ENV": true,
|
|
"LOGIN_USER": true,
|
|
"PWD": true
|
|
}
|
|
}
|