2018-04-04から1日間の記事一覧

【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 sty…