I tried to use polyjuice tool for this task:
polyjuice --jshint .jshintrc --jscs .jscsrc > .eslintrc
It doesn't work correctly.
I tried to use polyjuice tool for this task:
polyjuice --jshint .jshintrc --jscs .jscsrc > .eslintrc
It doesn't work correctly.
Copyright © 2021 Jogjafile Inc.
What error message(s) are you getting?
To run Polyjuice from the command line, be sure to install the package globally:
$ npm install -g polyjuiceYou 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