mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Cherry picks the ES language changes from #4690 * Fix small issues found in linting * * Fix all but one eslint complaint in the bundled code * Add eslint and js-beautify rc files into the repo
14 lines
250 B
JavaScript
14 lines
250 B
JavaScript
module.exports = {
|
|
"plugins": [ ],
|
|
"extends": [
|
|
"eslint:recommended"
|
|
],
|
|
"parser": "babel-eslint",
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"node": true,
|
|
"jquery": true
|
|
}
|
|
}; |