@virkone/eslint-config-base
A package provides typescript based eslint configuration as extensible shared config.
Usage
This configuration is for project with
typescript
,eslint
andprettier
.
if you are using npm 5+, use below shortcut to install all the peer dependecies.
npx install-peerdeps --dev @virkone/eslint-config-base
if you are using npm < 5, run below shortcut to see all the peer dependencies you have manually install
npm info "@virkone/eslint-config-base@latest" peerDependencies