Skip to content

Commit

Permalink
feat: update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 27, 2024
1 parent dae0893 commit 15f27af
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,24 @@ module.exports = {
'jest/prefer-lowercase-title': [
'error',
{
ignoreTopLevelDescribe: true,
ignore: ['describe', 'test'],
allowedPrefixes: [

Check failure on line 838 in projects/eslint-plugin-experience/all.js

View workflow job for this annotation

GitHub Actions / Lint

Expected "allowedPrefixes" to come before "ignore"
'Tui',
'NaN',
'UTC',
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
'October',
'November',
'December',
],
},
],
'jest/prefer-strict-equal': 'off',
Expand Down

0 comments on commit 15f27af

Please sign in to comment.