Skip to content

Commit 44c39d6

Browse files
committed
Reformat ESLint config with tabs for indentation
Changed indentation in .eslintrc.js from spaces to tabs for consistency with project style. No functional changes to ESLint rules.
1 parent c4ef113 commit 44c39d6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.eslintrc.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module.exports = {
2-
extends: [ 'plugin:@wordpress/eslint-plugin/recommended' ],
3-
rules: {
4-
// WordPress provides these as externals
5-
'import/no-unresolved': [
6-
'error',
7-
{
8-
ignore: [ '^@wordpress/' ],
9-
},
10-
],
2+
extends: [ 'plugin:@wordpress/eslint-plugin/recommended' ],
3+
rules: {
4+
// WordPress provides these as externals
5+
'import/no-unresolved': [
6+
'error',
7+
{
8+
ignore: [ '^@wordpress/' ],
9+
},
10+
],
1111

12-
// Do NOT require @wordpress/* to be installed
13-
'import/no-extraneous-dependencies': [
14-
'error',
15-
{
16-
optionalDependencies: [ '@wordpress/*' ],
17-
},
18-
],
19-
},
20-
};
12+
// Do NOT require @wordpress/* to be installed
13+
'import/no-extraneous-dependencies': [
14+
'error',
15+
{
16+
optionalDependencies: [ '@wordpress/*' ],
17+
},
18+
],
19+
},
20+
};

0 commit comments

Comments
 (0)