Skip to content

Commit

Permalink
add more allowed abbreviations (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV authored Dec 13, 2022
1 parent fdadfa4 commit 40a2859
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.7.1",
"version": "4.7.2",
"description": "Shareable ESLint config for PAT projects",
"author": "Nordcloud Engineering",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions profile/_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,10 @@ function buildRules(profile) {
Apps: true,
arr: true,
args: true,
Args: true,
co2e: true,
Co2e: true,
CO2e: true,
ctx: true,
curr: true,
Db: true,
Expand Down

0 comments on commit 40a2859

Please sign in to comment.