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 e448dfc commit 25b51deCopy full SHA for 25b51de
1 file changed
.eslintrc.js
@@ -1,4 +1,4 @@
1
-const stylistic = require('@stylistic/eslint-plugin');
+import stylistic from '@stylistic/eslint-plugin';
2
3
const stylisticConfig = stylistic.configs.customize({
4
semi: true,
@@ -7,7 +7,7 @@ const stylisticConfig = stylistic.configs.customize({
7
quoteProps: 'as-needed',
8
});
9
10
-module.exports = {
+export default {
11
env: {
12
node: true,
13
'jest/globals': true,
0 commit comments