webpack-configs/static-html/.eslintrc.js

12 lines
183 B
JavaScript
Raw Permalink Normal View History

2021-01-03 23:51:23 +00:00
module.exports = {
env: {
es6: true,
browser: true,
},
parserOptions: {
ecmaVersion: 2017,
},
parser: 'babel-eslint',
extends: 'eslint-config-airbnb-base',
};