README
ESlint
"node_modules/.bin/eslint" --init
√ How would you like to use ESLint? · style
√ What type of modules does your project use? · esm
√ Which framework does your project use? · none
√ Does your project use TypeScript? · No / Yes
√ Where does your code run? · browser
√ How would you like to define a style for your project? · guide
√ Which style guide do you want to follow? · airbnb
√ What format do you want your config file to be in? · JavaScript
Checking peerDependencies of eslint-config-airbnb-base@latest
The config that you've selected requires the following dependencies:
@typescript-eslint/eslint-plugin@latest eslint-config-airbnb-base@latest eslint@^5.16.0 || ^6.8.0 || ^7.2.0 eslint-plugin-import@^2.21.2 @typescript-eslint/parser@latest √ Would you like to install them now with npm? · No / Yes
npm install --save-dev eslint-config-prettier
npx mrm lint-staged
npm init release-it
npm login
npm i eslint eslint-config-peerigon @typescript-eslint/eslint-plugin @typescript-eslint/parser --save-dev