Version 1.3.0
Some checks failed
CI / build (16.x) (push) Has been cancelled
CI / build (18.x) (push) Has been cancelled

This commit is contained in:
Romein van Buren 2024-10-26 17:17:20 +02:00
parent f32cbbc8a6
commit 03223d8a54
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

@ -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
View File

@ -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": {

View File

@ -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": {