Skip to content

Commit

Permalink
Fix/at-context-is-invalid (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Apr 4, 2022
1 parent 23dfc1e commit 54758cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = {
match: true
},
custom: {
regex: "^@(type|schema|version)$",
regex: "^@(type|context|version)$",
match: true
}
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/eslint-config-ts",
"version": "1.5.1",
"version": "1.5.2",
"description": "j&s-soft typescript linting rules",
"repository": {
"type": "git",
Expand Down

0 comments on commit 54758cd

Please sign in to comment.