This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1- Install these packages in your dev dependencies using this command: | |
npm i -D eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-node eslint-plugin-prettier eslint-plugin-react prettier | |
// 2- Create ".eslintrc.json" file in the root directory with these configration: | |
{ | |
"extends": ["airbnb", "prettier", "plugin:node/recommended"], | |
"plugins": ["prettier"], |