react-eslint-standard 9.0.5 → 9.0.7

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.
package/README.md CHANGED
@@ -40,7 +40,7 @@ export default {
40
40
  ### custom configuration
41
41
 
42
42
  ```js
43
- import { defineConfig } from 'typescript-eslint-standard';
43
+ import { defineConfig } from 'react-eslint-standard';
44
44
  import tseslint from 'typescript-eslint';
45
45
 
46
46
  export default defineConfig({
package/dist/index.js CHANGED
@@ -29,6 +29,7 @@ function defineConfig(options) {
29
29
  parser: tseslint.parser,
30
30
  parserOptions: {
31
31
  project: true,
32
+ tsconfigRootDir: import.meta.dirname,
32
33
  ecmaVersion: 'latest',
33
34
  sourceType: 'module',
34
35
  ecmaFeatures: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-eslint-standard",
3
- "version": "9.0.5",
3
+ "version": "9.0.7",
4
4
  "description": "quickly start eslint in react",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",