html-factory-webpack-plugin/.eslintrc.js

13 lines
152 B
JavaScript
Raw Permalink Normal View History

2022-10-02 01:36:55 +09:00
module.exports = {
env: {
node: true,
es6: true,
},
parserOptions: {
ecmaVersion: 2020,
},
extends: [
'@sup39/basic',
],
};