简体   繁体   中英

How to convert configs from jshint and jscs to eslint?

I tried to use polyjuice tool for this task:

polyjuice --jshint .jshintrc --jscs .jscsrc > .eslintrc

It doesn't work correctly.

What error message(s) are you getting?

To run Polyjuice from the command line, be sure to install the package globally:

$ npm install -g polyjuice

You should then be able to convert your JSHint rules to ESLint by running the following command in any directory that contains a valid config:

$ polyjuice --jshint .jshintrc > .eslintrc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM