We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037b6ce commit 3825adbCopy full SHA for 3825adb
packages/svelte/scripts/.eslintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "rules": {
3
+ "id-match": [
4
+ "error",
5
+ "^\\$\\$$|^[_$]?[_$]?[a-z][a-z0-9]*(?:_[a-z]+)*(?:_\\d+)?$|^[A-Z][A-Z0-9]*(?:_[A-Z][A-Z0-9]*)*(?:_\\d+)?$|^(?:[A-Z][a-z0-9]*)+(?:_\\d+)?$",
6
+ {
7
+ "onlyDeclarations": true
8
+ }
9
+ ]
10
11
+}
packages/svelte/src/.eslintrc.json
0 commit comments