We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbef9ff commit aac04e6Copy full SHA for aac04e6
.eslintrc.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
env: {
3
browser: true,
4
+ es6: true,
5
+ node: true,
6
+ commonjs: true,
7
es2020: true,
8
},
9
parserOptions: {
0 commit comments