ESLintで複数ファイル、複数フォルダをターゲットにする
結論
$eslint test1.js "testdir/**/*.ts" "testdir2/**/*.@(js|ts)" --parser-options=xxxx
バージョン
"eslint": "^6.8.0"
ドキュメント
https://eslint.org/docs/user-guide/command-line-interface
eslint file1.js file2.js
$eslint test1.js "testdir/**/*.ts" "testdir2/**/*.@(js|ts)" --parser-options=xxxx
"eslint": "^6.8.0"
https://eslint.org/docs/user-guide/command-line-interface
eslint file1.js file2.js