@automattic/eslint-plugin-wpvip 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -207,4 +207,13 @@ module.exports = {
207
207
 
208
208
  'wrap-iife': ['error', 'any'],
209
209
  },
210
+
211
+ settings: {
212
+ 'import/resolver': {
213
+ node: {
214
+ extensions: ['.js', '.jsx', '.ts', '.tsx'],
215
+ },
216
+ typescript: 'eslint-import-resolver-typescript',
217
+ },
218
+ },
210
219
  };
@@ -50,13 +50,4 @@ module.exports = {
50
50
  ],
51
51
 
52
52
  plugins: ['@typescript-eslint', 'jsdoc'],
53
-
54
- settings: {
55
- 'import/parsers': {
56
- '@typescript-eslint/parser': ['.ts', '.tsx'],
57
- },
58
- 'import/resolver': {
59
- typescript: {},
60
- },
61
- },
62
53
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/eslint-plugin-wpvip",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "ESLint plugin for internal WordPress VIP projects",
5
5
  "main": "index.js",
6
6
  "scripts": {