We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f6d36 commit 9bd5086Copy full SHA for 9bd5086
.eslintrc.js
@@ -1,5 +1,8 @@
1
module.exports = {
2
extends: ['eslint:recommended', 'plugin:prettier/recommended'],
3
env: { es6: true, node: true },
4
- parserOptions: { ecmaVersion: 8 },
+ parserOptions: {
5
+ ecmaVersion: 8,
6
+ sourceType: 'module'
7
+ },
8
};
0 commit comments