You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowed custom .js or .json file outputs with --config
As before, the output path defaults to `--eslintrc.js`. `--eslint` will default to `--config` which has that default.
The format of the output path depends on its file extension, with JavaScript for `.js` files and JSON otherwise.
The README.md list of flags is getting a little long so I added a quick manual table of contents. Will try to remember to split that into a separate PR...
Path to a `tsconfig.json` file to read TypeScript compiler options from.
100
+
Path to a TypeScript configuration file to read TypeScript compiler options from.
80
101
This will help inform the generated ESLint configuration file's [env](https://eslint.org/docs/user-guide/configuring#specifying-parser-options) settings.
0 commit comments