We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support coding styles (standard) that prefer not to have semi-colons.
It could be added with a switch --no-semi-colons
--no-semi-colons
Similarly --tab-char='\t' or --tab-char=' '
--tab-char='\t'
--tab-char=' '
The text was updated successfully, but these errors were encountered:
Just add ./index.js to .eslintrc. There can be so many different styles.
./index.js
.eslintrc
Or see this and consider raising a PR, #14.
Sorry, something went wrong.
No branches or pull requests
To support coding styles (standard) that prefer not to have semi-colons.
It could be added with a switch
--no-semi-colons
Similarly
--tab-char='\t'
or--tab-char=' '
The text was updated successfully, but these errors were encountered: