Compare commits

..

No commits in common. "main" and "v1.2.0" have entirely different histories.
main ... v1.2.0

4 changed files with 10 additions and 7 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] (v4 & v5) and JavaScript in browser environments.
* `svelte`: configuration for [Svelte] and JavaScript in browser environments.
## Examples

View File

@ -99,7 +99,10 @@ const svelte = {
'svelte/shorthand-directive': 'warn',
'svelte/spaced-html-comment': 'warn',
'svelte/no-at-html-tags': 0,
'prefer-const': 0,
'svelte/html-self-closing': [
'warn',
'all',
],
},
},
],

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@garraflavatra/yeslint",
"version": "1.3.0",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@garraflavatra/yeslint",
"version": "1.3.0",
"version": "1.2.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.46.0",
"eslint-plugin-svelte": "^2.32.4",
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {

View File

@ -1,6 +1,6 @@
{
"name": "@garraflavatra/yeslint",
"version": "1.3.0",
"version": "1.2.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.46.0",
"eslint-plugin-svelte": "^2.32.4",
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {