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 268b173 commit 37bf676Copy full SHA for 37bf676
1 file changed
.eslintrc.js
@@ -0,0 +1,11 @@
1
+module.exports = {
2
+ extends: [ 'plugin:@wordpress/eslint-plugin/recommended' ],
3
+ rules: {
4
+ 'import/no-unresolved': [
5
+ 'error',
6
+ {
7
+ ignore: [ '^@wordpress/' ],
8
+ },
9
+ ],
10
11
+};
0 commit comments