Skip to content

Commit 98f9f0c

Browse files
committed
Include 'plugin:import/typescript' for future imports
In future ESLint 8, this plugin must be enabled. We are currently blocked from updating due to a bug in eslint-plugin-import @link import-js/eslint-plugin-import#2267
1 parent 418230d commit 98f9f0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module.exports = {
22
"env": {
33
"browser": true
44
},
5-
'extends': [ 'plugin:@wordpress/eslint-plugin/recommended-with-formatting' ],
5+
'extends': [
6+
'plugin:@wordpress/eslint-plugin/recommended-with-formatting',
7+
'plugin:import/typescript'
8+
],
69
'globals': {
710
'$': 'readonly',
811
'jQuery': 'readonly',

0 commit comments

Comments
 (0)