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
eslint-config-wordpress
1.0.0
Hi,
Thanks for using, or rather trying to use eslint-config-wordpress π
I'v just released version 1.0.0: β’ https://www.npmjs.com/package/eslint-config-wordpress β’ https://github.com/ntwb/eslint-config-wordpress/releases/tag/1.0.0
The key change is to relax the configuration significantly, full details and a roadmap going forward can be read here: β’ WordPress-Coding-Standards/eslint-config-wordpress#8
As the 1.0.0 config is the same as WordPress' core's current jshintrc and can be used as a "drop in" replacement for JSHint this should hopefully allow you to re-enable your ESlint config here: β’ https://github.com/electric-eloquence/fepper-wordpress/blob/master/app/tasker.js#L89-L95
jshintrc
The text was updated successfully, but these errors were encountered:
Linting has been moved out of core into extensions, the one particular to ESLint being https://www.npmjs.com/package/fp-eslint
Users can determine their own configs with this extension. Closing this issue.
Sorry, something went wrong.
Renaming *_gulp.js to *_extend.js (#3)
3cf36e6
* comments and escaping curly braces in mustache-browser.js * renaming _gulp.js to _extend.js
No branches or pull requests
Hi,
Thanks for using, or rather trying to use eslint-config-wordpress π
I'v just released version 1.0.0:
β’ https://www.npmjs.com/package/eslint-config-wordpress
β’ https://github.com/ntwb/eslint-config-wordpress/releases/tag/1.0.0
The key change is to relax the configuration significantly, full details and a roadmap going forward can be read here:
β’ WordPress-Coding-Standards/eslint-config-wordpress#8
As the 1.0.0 config is the same as WordPress' core's current
jshintrc
and can be used as a "drop in" replacement for JSHint this should hopefully allow you to re-enable your ESlint config here:β’ https://github.com/electric-eloquence/fepper-wordpress/blob/master/app/tasker.js#L89-L95
The text was updated successfully, but these errors were encountered: