This package provides base JavaScript .eslintrc
(without React plugins) as an extensible shared config.
Install the correct versions of package.
Yarn
yarn add @buraksaraloglu/eslint-javascript --dev
Npm
npm install @buraksaraloglu/eslint-javascript --save-dev
// .eslintrc
{
"extends": [
"@buraksaraloglu/eslint-javascript"
]
}
https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base
https://github.com/prettier/eslint-config-prettier
https://github.com/prettier/eslint-plugin-prettier
https://github.com/mysticatea/eslint-plugin-eslint-comments