【React】AtomでESLintを使う

Lecture11の内容 $ yarn add eslint eslint-plugin-react ./node_modules/.bin/eslintにファイルが入っている 設定ファイルを作成。答え方は以下のように。 ./node_modules/.bin/eslint --init ? How would you like to configure ESLint? Use a popular style guide ? Which style guide do you want to follow? Airbnb ?…