This package provides Atölye15's base JavaScript .eslintrc (without React plugins) as an extensible shared config.
Install the correct versions of package.
Yarn
yarn add @atolye15/eslint-config-base --devNpm
npm install @atolye15/eslint-config-base --save-dev// .eslintrc
{
"extends": [
"@atolye15/eslint-config-base"
]
}
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