1.2.25 • Published 19 hours ago

@jill64/eslint-config-svelte v1.2.25

Weekly downloads
-
License
MIT
Repository
github
Last release
19 hours ago

@jill64/eslint-config-svelte

🔹Pre-Defined ESLint Flat Config for Svelte

Installation

npm i -D @jill64/eslint-config-svelte

Usage

eslint.config.js

with TypeScript

import { svelteTsConfig } from '@jill64/eslint-config-svelte'

/** @type {import('@jill64/eslint-config-svelte').FlatConfig[]} */
export default svelteTsConfig()

To add any configuration, configure as follows

import { svelteTsConfig } from '@jill64/eslint-config-svelte'

/** @type {import('@jill64/eslint-config-svelte').FlatConfig[]} */
export default [
  ...svelteTsConfig()
  // ...
]

with JavaScript

import { svelteConfig } from '@jill64/eslint-config-svelte'

/** @type {import('@jill64/eslint-config-svelte').FlatConfig[]} */
export default [
  ...svelteConfig()
  // ...
]

License

MIT

1.2.25

19 hours ago

1.2.24

10 days ago

1.2.23

16 days ago

1.2.22

17 days ago

1.2.21

17 days ago

1.2.20

24 days ago

1.2.19

28 days ago

1.2.18

1 month ago

1.2.17

1 month ago

1.2.16

1 month ago

1.2.15

1 month ago

1.2.14

1 month ago

1.2.13

1 month ago

1.2.12

2 months ago

1.2.11

2 months ago

1.2.9

2 months ago

1.2.10

2 months ago

1.2.8

2 months ago

1.2.7

2 months ago

1.2.6

2 months ago

1.2.5

2 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.0

3 months ago

1.2.1

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.17

3 months ago

1.0.16

3 months ago

1.0.15

4 months ago

1.0.14

4 months ago

1.0.13

4 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago