Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 31, 2024
1 parent 428d704 commit 4c59f60
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/linters/.textlintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"filters": {
"comments": true
},
"rules": {
"Global": true,
"English": true
}
"filters": {
"comments": true
},
"rules": {
"spelling": {
"language": "en",
"skipPatterns": [
"JavaScript"
],
"wordDefinitionRegexp": "/[\\w']+/g",
"suggestCorrections": true
}
}
}

0 comments on commit 4c59f60

Please sign in to comment.