Skip to content

Commit

Permalink
fix(eslint-config): don't check abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 12, 2024
1 parent 6367c16 commit 7c431b3
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,33 +172,6 @@ module.exports = {
'error',
{cases: {kebabCase: true, camelCase: true, pascalCase: true}}
],
'unicorn/prevent-abbreviations': [
'error',
{
allowList: {
req: true,
res: true,
args: true,
Args: true,
prop: true,
Prop: true,
props: true,
Props: true,
ref: true,
Ref: true,
refs: true,
Refs: true,
param: true,
Param: true,
params: true,
Params: true,
dev: true,
Dev: true
},
ignore: ['\\.e2e$', '\\.e2e-spec$'],
checkShorthandProperties: true
}
],
'sonar/anchor-precedence': 'error',
'sonar/bool-param-default': 'error',
'sonar/concise-regex': 'error',
Expand Down

0 comments on commit 7c431b3

Please sign in to comment.