Skip to content

Commit

Permalink
make eslint the source of formatting checking truth
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 19, 2024
1 parent 6e81ad6 commit 0ff4590
Show file tree
Hide file tree
Showing 216 changed files with 306 additions and 247 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://github.com/sveltejs/eslint-plugin-svelte/issues/732
// import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import eslintPluginSvelte from 'eslint-plugin-svelte';
import js from '@eslint/js';
import svelteParser from 'svelte-eslint-parser';
Expand All @@ -15,7 +15,7 @@ export default [
js.configs.recommended,
...tsEslint.configs.strict,
...eslintPluginSvelte.configs['flat/recommended'],
// eslintPluginPrettierRecommended, // must be last to override conflicting rules.
eslintPluginPrettierRecommended, // must be last to override conflicting rules.
{
languageOptions: {
globals: {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"lint": "eslint .",
"prepare": "husky",
"test": "npm run check && npm run integrity-enforcement && vitest run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion static/papers/adept.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
],
"tags": [],
"doi": "10.1136/amiajnl-2012-001110"
}
}
6 changes: 4 additions & 2 deletions static/papers/agency-automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"link": "https://doi.org/10.1073/pnas.1807184115"
}
],
"tags": ["recommendation"],
"tags": [
"recommendation"
],
"doi": "10.1073/pnas.1807184115"
}
}
2 changes: 1 addition & 1 deletion static/papers/ai-chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/3491102.3517582"
}
}
2 changes: 1 addition & 1 deletion static/papers/ai-explanations-team-performance.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
],
"tags": [],
"doi": "10.1145/3411764.3445717"
}
}
2 changes: 1 addition & 1 deletion static/papers/all-together-now.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/985921.986000"
}
}
6 changes: 4 additions & 2 deletions static/papers/altair.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
"link": "https://github.com/altair-viz/altair"
}
],
"tags": ["vega"],
"tags": [
"vega"
],
"doi": "10.21105/joss.01057"
}
}
2 changes: 1 addition & 1 deletion static/papers/altgeoviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
}
],
"tags": []
}
}
2 changes: 1 addition & 1 deletion static/papers/analysis-decision-points.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
],
"tags": [],
"doi": "10.1145/3313831.3376533"
}
}
2 changes: 1 addition & 1 deletion static/papers/analysis-social-topologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
],
"tags": [],
"doi": null
}
}
2 changes: 1 addition & 1 deletion static/papers/analyst-ai-woz.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
],
"tags": [],
"doi": "10.48550/arXiv.2309.10108"
}
}
2 changes: 1 addition & 1 deletion static/papers/animated-aggregate-operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
],
"tags": [],
"doi": "10.1111/cgf.13709"
}
}
2 changes: 1 addition & 1 deletion static/papers/animated-transitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2007.70539"
}
}
2 changes: 1 addition & 1 deletion static/papers/arclength-banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"materials": [],
"tags": [],
"doi": "10.1109/TVCG.2011.167"
}
}
2 changes: 1 addition & 1 deletion static/papers/balancing-exertion-experiences.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/2207676.2208322"
}
}
2 changes: 1 addition & 1 deletion static/papers/banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1109/TVCG.2006.163"
}
}
2 changes: 1 addition & 1 deletion static/papers/bayesian-cognition-vis.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/3290605.3300912"
}
}
2 changes: 1 addition & 1 deletion static/papers/beyond-webers-law.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2015.2467671"
}
}
2 changes: 1 addition & 1 deletion static/papers/bigdawg-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
"materials": [],
"tags": [],
"doi": "10.14778/2824032.2824098"
}
}
2 changes: 1 addition & 1 deletion static/papers/blackhatvis.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": null
}
}
2 changes: 1 addition & 1 deletion static/papers/boba.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2020.3028985"
}
}
2 changes: 1 addition & 1 deletion static/papers/bodydiagrams.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
],
"tags": [],
"doi": "10.1145/2556288.2557223"
}
}
2 changes: 1 addition & 1 deletion static/papers/causal-support.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2021.3114824"
}
}
2 changes: 1 addition & 1 deletion static/papers/check-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
],
"tags": [],
"doi": "10.18653/v1/2020.acl-main.442"
}
}
2 changes: 1 addition & 1 deletion static/papers/cinematic-visualization.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
}
],
"tags": []
}
}
2 changes: 1 addition & 1 deletion static/papers/colony-life-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
],
"tags": [],
"doi": "10.1111/1365-2656.12036"
}
}
2 changes: 1 addition & 1 deletion static/papers/color-buddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2024.3456317"
}
}
2 changes: 1 addition & 1 deletion static/papers/color-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
],
"tags": [],
"doi": "10.2352/CIC.2008.16.1.art00002"
}
}
2 changes: 1 addition & 1 deletion static/papers/color-naming-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
],
"tags": [],
"doi": "10.1145/2207676.2208547"
}
}
2 changes: 1 addition & 1 deletion static/papers/color-themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
],
"tags": [],
"doi": "10.1145/2470654.2466424"
}
}
6 changes: 4 additions & 2 deletions static/papers/comm-interactive-articles.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"link": "https://distill.pub/2020/communicating-with-interactive-articles/"
}
],
"tags": ["communication"],
"tags": [
"communication"
],
"doi": "10.23915/distill.00028"
}
}
2 changes: 1 addition & 1 deletion static/papers/comment-data-vis-blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/2675133.2675207"
}
}
2 changes: 1 addition & 1 deletion static/papers/commentspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
],
"tags": [],
"doi": "10.1145/1978942.1979407"
}
}
6 changes: 4 additions & 2 deletions static/papers/compassql.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"link": "https://github.com/vega/compassql"
}
],
"tags": ["recommendation"],
"tags": [
"recommendation"
],
"doi": "10.1145/2939502.2939506"
}
}
2 changes: 1 addition & 1 deletion static/papers/concrete-reexpression.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/3173574.3173608"
}
}
2 changes: 1 addition & 1 deletion static/papers/consistency.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1109/TVCG.2017.2744198"
}
}
2 changes: 1 addition & 1 deletion static/papers/coral.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"materials": [],
"tags": [],
"doi": "10.1140/epjds/s13688-022-00327-9"
}
}
2 changes: 1 addition & 1 deletion static/papers/crowd-analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
],
"tags": [],
"doi": "10.1145/2207676.2207709"
}
}
2 changes: 1 addition & 1 deletion static/papers/crowd-parting.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/2818048.2820016"
}
}
2 changes: 1 addition & 1 deletion static/papers/crowdsourcing-graphical-perception.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/1753326.1753357"
}
}
2 changes: 1 addition & 1 deletion static/papers/d3.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2011.185"
}
}
2 changes: 1 addition & 1 deletion static/papers/data-wrangling.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
"materials": [],
"tags": [],
"doi": "10.1177/1473871611415994"
}
}
2 changes: 1 addition & 1 deletion static/papers/dense-lines.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
],
"tags": [],
"doi": "10.48550/arXiv.1808.06019"
}
}
2 changes: 1 addition & 1 deletion static/papers/design-considerations-ivj.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/1391107.1391112"
}
}
2 changes: 1 addition & 1 deletion static/papers/design-considerations-vast.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"materials": [],
"tags": [],
"doi": "10.1109/VAST.2007.4389011"
}
}
2 changes: 1 addition & 1 deletion static/papers/design-of-senseus.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
],
"tags": [],
"doi": null
}
}
2 changes: 1 addition & 1 deletion static/papers/designing-model-driven-vis.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
],
"tags": [],
"doi": "10.1145/2207676.2207738"
}
}
2 changes: 1 addition & 1 deletion static/papers/divi.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2023.3327172"
}
}
2 changes: 1 addition & 1 deletion static/papers/divided-edge-bundling.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
],
"tags": [],
"doi": "10.1109/TVCG.2011.190"
}
}
2 changes: 1 addition & 1 deletion static/papers/doitrees-revisited.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"materials": [],
"tags": [],
"doi": "10.1145/989863.989941"
}
}
Loading

0 comments on commit 0ff4590

Please sign in to comment.