mithril-vndb/scripts/.eslintrc.js
Isiah Meadows 48e7fd1711
Refactor scripts (#2465)
* Refactor all kinds of scripts

* Update docs to ensure linter passes
2019-07-27 15:12:49 -04:00

6 lines
115 B
JavaScript

module.exports = {
"extends": "../.eslintrc.js",
"parserOptions": {
"ecmaVersion": 2019,
},
};