Skip to content

Commit 6e81ad6

Browse files
committed
mute prettier rules
1 parent e5971b7 commit 6e81ad6

File tree

215 files changed

+245
-305
lines changed

Some content is hidden

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

215 files changed

+245
-305
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: {

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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"link": "https://doi.org/10.1073/pnas.1807184115"
3333
}
3434
],
35-
"tags": [
36-
"recommendation"
37-
],
35+
"tags": ["recommendation"],
3836
"doi": "10.1073/pnas.1807184115"
39-
}
37+
}

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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@
7777
"link": "https://github.com/altair-viz/altair"
7878
}
7979
],
80-
"tags": [
81-
"vega"
82-
],
80+
"tags": ["vega"],
8381
"doi": "10.21105/joss.01057"
84-
}
82+
}

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+
}

static/papers/analysis-social-topologies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
],
6161
"tags": [],
6262
"doi": null
63-
}
63+
}

0 commit comments

Comments
 (0)