@aylaweb/eslint-config-typescript

1.4.3 • Public • Published

@aylaweb/eslint-config-typescript

reference with antfu/eslint-config but more suitable for the current project.

Usage

Install

npx add -D eslint @aylaweb/eslint-config-typescript

Config .eslintrc

{
  "extends": "@aylaweb/eslint-config-typescript"
}

add .prettierrc in root

{
  "singleQuote": true,
  "trailingComma": "none",
  "semi": false,
  "arrowParens": "avoid"
}

Config VS Code auto fix

Create .vscode/settings.json

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

additional packages

  • rimraf
  • nr
  • bumpp

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.3-beta.10beta
1.4.30latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.30
1.4.3-beta.10
1.4.3-beta.00
1.4.20
1.4.10
1.4.00
1.3.30
1.3.20
1.3.10
1.3.00

Package Sidebar

Install

npm i @aylaweb/eslint-config-typescript

Weekly Downloads

0

Version

1.4.3

License

none

Unpacked Size

3.26 kB

Total Files

4

Last publish

Collaborators

  • yoren