eslint-config-seek 11.0.0 → 11.0.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.
Files changed (2) hide show
  1. package/base.js +1 -1
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -113,7 +113,7 @@ const baseConfig = {
113
113
  parserOptions: {
114
114
  ecmaVersion: 2018,
115
115
  sourceType: 'module',
116
- project: 'tsconfig.json',
116
+ project: true,
117
117
  },
118
118
  extends: [
119
119
  'plugin:@typescript-eslint/eslint-recommended',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [