UNPKG

314 BJavaScriptView Raw
1module.exports = {
2 "env": {
3 "browser": true,
4 "commonjs": true,
5 "es2021": true
6 },
7 "parserOptions": {
8 "ecmaVersion": 12
9 },
10 "rules": {
11 },
12 "plugins": [
13 "mocha"
14 ],
15 "extends": [
16 "eslint:recommended",
17 "plugin:mocha/recommended"
18 ]
19};