|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`lint --no-cache will disable caching 1`] = `eslint --config ./src/config/eslintrc.js --ignore-path ./src/config/eslintignore --ext .js,.jsx,.ts,.tsx --no-cache .`; |
| 3 | +exports[`lint --no-cache will disable caching 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --config ./src/config/eslintrc.js --ignore-path ./src/config/eslintignore --ext .js,.jsx,.ts,.tsx --no-cache .`; |
4 | 4 |
|
5 |
| -exports[`lint calls eslint CLI with default args 1`] = `eslint --config ./src/config/eslintrc.js --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 5 | +exports[`lint calls eslint CLI with default args 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --config ./src/config/eslintrc.js --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
6 | 6 |
|
7 |
| -exports[`lint does not use built-in config with .eslintrc file 1`] = `eslint --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 7 | +exports[`lint does not use built-in config with .eslintrc file 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
8 | 8 |
|
9 |
| -exports[`lint does not use built-in config with .eslintrc.js file 1`] = `eslint --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 9 | +exports[`lint does not use built-in config with .eslintrc.js file 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
10 | 10 |
|
11 |
| -exports[`lint does not use built-in config with --config 1`] = `eslint --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx --config ./custom-config.js .`; |
| 11 | +exports[`lint does not use built-in config with --config 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx --config ./custom-config.js .`; |
12 | 12 |
|
13 |
| -exports[`lint does not use built-in config with eslintConfig pkg prop 1`] = `eslint --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 13 | +exports[`lint does not use built-in config with eslintConfig pkg prop 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --ignore-path ./src/config/eslintignore --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
14 | 14 |
|
15 |
| -exports[`lint does not use built-in ignore with .eslintignore file 1`] = `eslint --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 15 | +exports[`lint does not use built-in ignore with .eslintignore file 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
16 | 16 |
|
17 |
| -exports[`lint does not use built-in ignore with --ignore-path 1`] = `eslint --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx --ignore-path ./my-ignore .`; |
| 17 | +exports[`lint does not use built-in ignore with --ignore-path 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx --ignore-path ./my-ignore .`; |
18 | 18 |
|
19 |
| -exports[`lint does not use built-in ignore with eslintIgnore pkg prop 1`] = `eslint --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
| 19 | +exports[`lint does not use built-in ignore with eslintIgnore pkg prop 1`] = `eslint --resolve-plugins-relative-to <PROJECT_ROOT>/src/scripts/__mocks__/@hover/javascript --config ./src/config/eslintrc.js --cache --cache-location <PROJECT_ROOT>/node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx .`; |
0 commit comments