1.2.1 • Published 6 months ago

eslint-config-astro-svelte-jsdoc-standard v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

GitHub package.json version License GitHub issues

An ESLint shareable config for JavaScript Projects using Astro and Svelte with JSDoc Type-Information that is based on eslint-config-love and has rules supporting type-information from @typescript-eslint/eslint-plugin.

Usage

Add all packages to your project:

npm install --save-dev eslint-config-astro-svelte-jsdoc-standard

Edit your eslint.config.js:

import ecASJS from 'eslint-config-astro-svelte-jsdoc-standard'

export default [
  ...ecASJS,
]

Details

The package will use all recommended rules from eslint, typescript-eslint (strictly type checked) and stylistic rules and love. Some type-safe rules are disabled for .svelte and .astro files since the parsers currently don't forward the complete type information to typescript-eslint.

Example command line usage:

$ npx eslint .
1.2.1

6 months ago

1.2.0

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago