Skip to content

Commit 0257a87

Browse files
build: build scripts (#229)
1 parent 223aa30 commit 0257a87

Some content is hidden

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

46 files changed

+5177
-2192
lines changed

.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"root": true,
33
"extends": ["elixir"],
4-
"settings": {}
4+
"settings": {},
5+
"rules": {
6+
"@typescript-eslint/no-var-requires": 0
7+
}
58
}

0 commit comments

Comments
 (0)