4.2.0 • Published 2 years ago

@akashics/eslint-config v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@akashics/eslint-config

:scroll: Shareable ESLint configuration for my projects

npm i --save-dev @akashics/eslint-config
yarn add -D @akashics/eslint-config

standard eslint rules

{
	"extends": "@akashics"
}

requires:

  • eslint

eslint-typescript rules

{
	"extends": "@akashics/ts"
}

requires:

  • eslint
  • @typescript-eslint/parser
  • @typescript-eslint/eslint-plugin