Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
/ lint Public archive

Set of configs for linters

License

Notifications You must be signed in to change notification settings

dontuncleme/lint

Repository files navigation

lint

Set of configs for linters

Usage

npm i -D @dontuncleme/lint

ESLint

.eslintrc.*:

{
  extends: './node_modules/@dontuncleme/lint/eslintrc.js'
}

Stylelint

.stylelintrc.*:

{
  extends: './node_modules/@dontuncleme/lint/stylelintrc.js'
}