Skip to content

Commit

Permalink
allow tagged template literals (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV authored Feb 8, 2023
1 parent 48f5973 commit c5ed61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "@nordcloud/eslint-config-pat",
"version": "4.16.0",
"version": "4.16.1",
"description": "Shareable ESLint config for PAT projects",
"author": "Nordcloud Engineering",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion profile/_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ function buildRules(profile) {
*/
"@typescript-eslint/no-unused-expressions": [
"warn",
{ allowShortCircuit: true },
{ allowShortCircuit: true, allowTaggedTemplates: true },
],
"no-unused-expressions": "off",

Expand Down

0 comments on commit c5ed61b

Please sign in to comment.