Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このタスクに polyjuice ツールを使用しようとしました。
polyjuice --jshint .jshintrc --jscs .jscsrc > .eslintrc
正しく動作しません。
どのようなエラー メッセージが表示されますか?
コマンド ラインから Polyjuice を実行するには、必ずパッケージをグローバルにインストールしてください。
$ npm install -g polyjuice
その後、有効な構成を含む任意のディレクトリで次のコマンドを実行することにより、 JSHintルールをESLintに変換できるはずです。
$ polyjuice --jshint .jshintrc > .eslintrc