Skip to content

Commit 0ff4590

Browse files
committed
make eslint the source of formatting checking truth
1 parent 6e81ad6 commit 0ff4590

File tree

216 files changed

+306
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+306
-247
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://github.com/sveltejs/eslint-plugin-svelte/issues/732
2-
// import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
2+
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
33
import eslintPluginSvelte from 'eslint-plugin-svelte';
44
import js from '@eslint/js';
55
import svelteParser from 'svelte-eslint-parser';
@@ -15,7 +15,7 @@ export default [
1515
js.configs.recommended,
1616
...tsEslint.configs.strict,
1717
...eslintPluginSvelte.configs['flat/recommended'],
18-
// eslintPluginPrettierRecommended, // must be last to override conflicting rules.
18+
eslintPluginPrettierRecommended, // must be last to override conflicting rules.
1919
{
2020
languageOptions: {
2121
globals: {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"preview": "vite preview",
1212
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1313
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
14-
"lint": "prettier --check . && eslint .",
15-
"format": "prettier --write .",
14+
"lint": "eslint .",
1615
"prepare": "husky",
1716
"test": "npm run check && npm run integrity-enforcement && vitest run",
1817
"test:watch": "vitest",

static/papers/adept.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
],
4444
"tags": [],
4545
"doi": "10.1136/amiajnl-2012-001110"
46-
}
46+
}

static/papers/agency-automation.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"link": "https://doi.org/10.1073/pnas.1807184115"
3333
}
3434
],
35-
"tags": ["recommendation"],
35+
"tags": [
36+
"recommendation"
37+
],
3638
"doi": "10.1073/pnas.1807184115"
37-
}
39+
}

static/papers/ai-chains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"materials": [],
4040
"tags": [],
4141
"doi": "10.1145/3491102.3517582"
42-
}
42+
}

static/papers/ai-explanations-team-performance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
],
7272
"tags": [],
7373
"doi": "10.1145/3411764.3445717"
74-
}
74+
}

static/papers/all-together-now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"materials": [],
3434
"tags": [],
3535
"doi": "10.1145/985921.986000"
36-
}
36+
}

static/papers/altair.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
"link": "https://github.com/altair-viz/altair"
7878
}
7979
],
80-
"tags": ["vega"],
80+
"tags": [
81+
"vega"
82+
],
8183
"doi": "10.21105/joss.01057"
82-
}
84+
}

static/papers/altgeoviz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
}
6666
],
6767
"tags": []
68-
}
68+
}

static/papers/analysis-decision-points.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
],
4545
"tags": [],
4646
"doi": "10.1145/3313831.3376533"
47-
}
47+
}

0 commit comments

Comments
 (0)