最終更新:2023-09-14 (木) 15:03:35 (551d)
npm init @eslint/config
Top / npm init @eslint / config
- npx exec @eslint/create-config?が実行される
メモ
√ How would you like to use ESLint? · problems √ What type of modules does your project use? · esm √ Which framework does your project use? · react √ Does your project use TypeScript? · No / Yes √ Where does your code run? · browser √ What format do you want your config file to be in? · JavaScript Local ESLint installation not found. The config that you've selected requires the following dependencies: eslint-plugin-react@latest eslint@latest √ Would you like to install them now? · No / Yes √ Which package manager do you want to use? · npm
React
JavaScript
TypeScript
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser?
スタイルガイド
- Airbnb:
https://github.com/airbnb/javascript
- Standard:
https://github.com/standard/standard
- Google:
https://github.com/google/eslint-config-google
- XO:
https://github.com/xojs/eslint-config-xo