* Migrates from Mongo to Postgres. * Migrates from JSPM to Webpack. * Migrates from React to Vuejs. * Migrates from Bootstrap to Bulma. Also: * Fixes rendering of meta data in the document head tag.
14 lines
229 B
Text
14 lines
229 B
Text
{
|
|
"extends": "airbnb/base",
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"experimentalObjectRestSpread": true
|
|
},
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"es6": true
|
|
}
|
|
}
|