@plumile/eslint-config-typescript 0.1.13 → 0.1.17

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1385,7 +1385,7 @@ export default [
1385
1385
  '@stylistic-eslint': stylistic,
1386
1386
  jsdoc,
1387
1387
  },
1388
- ignores: ['**/*.test.ts', '**/*.test.tsx'],
1388
+ ignores: ['**/*.test.ts'],
1389
1389
  rules: {
1390
1390
  '@stylistic-eslint/function-paren-newline': [
1391
1391
  'error',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Olivier Hardy <olivier@plumile.com>",
3
3
  "name": "@plumile/eslint-config-typescript",
4
- "version": "0.1.13",
4
+ "version": "0.1.17",
5
5
  "description": "@plumile/eslint-config-typescript",
6
6
  "main": "index.js",
7
7
  "type": "module",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "8a7702e01c748e2570db1be28387fd51c3fde1e4"
51
+ "gitHead": "9b42a2afd74c8161c475436751ae90d0240c22a1"
52
52
  }