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