Skip to content

Pouja/eslint-auto-fix-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This works:

ESLINT_USE_FLAT_CONFIG=false node_modules/.bin/eslint \
--plugin '@typescript-eslint' \
--parser '@typescript-eslint/parser' \
--parser-options '{"project":"packages/awesome-helpers/tsconfig.json"}' \
--rule '{"@typescript-eslint/consistent-type-exports": "error"}' \
--no-eslintrc \
--no-cache \
"packages/awesome-helpers/src/**/*.ts"

This does not work:

ESLINT_USE_FLAT_CONFIG=true node_modules/.bin/eslint \
--plugin '@typescript-eslint' \
--parser '@typescript-eslint/parser' \
--parser-options '{"project":"packages/awesome-helpers/tsconfig.json"}' \
--rule '{"@typescript-eslint/consistent-type-exports": "error"}' \
--no-config-lookup \
--no-cache \
"packages/awesome-helpers/src/**/*.ts"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published