mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-12-01 11:25:13 +01:00
Version 1.3.0
This commit is contained in:
parent
f32cbbc8a6
commit
03223d8a54
@ -10,7 +10,7 @@ Currently, the 3 following configuration files are available:
|
||||
|
||||
* `generic`: generic ESLint configuration for all modern JavaScript runtimes.
|
||||
* `node`: an extension on the generic config, with rules specific to Node.js. Also works with [Bun]!
|
||||
* `svelte`: configuration for [Svelte] and JavaScript in browser environments.
|
||||
* `svelte`: configuration for [Svelte] (v4 & v5) and JavaScript in browser environments.
|
||||
|
||||
## Examples
|
||||
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eslint-plugin-import": "^2.27.5"
|
||||
@ -20,7 +20,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"eslint": "^7.9.0 || ^8.0.0",
|
||||
"eslint-plugin-svelte": "^2.32.4",
|
||||
"eslint-plugin-svelte": "^2.46.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@garraflavatra/yeslint",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Sensible configuration for your ESLint installation",
|
||||
"main": "index.js",
|
||||
"author": "Romein van Buren <romein@vburen.nl>",
|
||||
@ -30,7 +30,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"eslint": "^7.9.0 || ^8.0.0",
|
||||
"eslint-plugin-svelte": "^2.32.4",
|
||||
"eslint-plugin-svelte": "^2.46.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
Loading…
Reference in New Issue
Block a user