Skip to content

Commit

Permalink
nvm: Move some TODO dates
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed May 15, 2024
1 parent 7594017 commit 390fe7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configurations/base/plugins/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {

// Ensures that (JavaScript) examples within JSDoc adhere to ESLint rules
// https://github.com/gajus/eslint-plugin-jsdoc#check-examples
// TODO: [2024-05-11] Doesn't work with ESLint 8, waiting for resolve
// TODO: [2025-05-11] Doesn't work with ESLint 8, waiting for resolve
// Issue: https://github.com/gajus/eslint-plugin-jsdoc/issues/928
'jsdoc/check-examples': 'off',

Expand Down
2 changes: 1 addition & 1 deletion configurations/base/plugins/no-secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
* Now i'm too busy to investigate into it, but anyway rule reports
* well-known secrets like AWS fine
*
* TODO: [2024-05-11] Review
* TODO: [2025-05-11] Review
*/
'no-secrets/no-secrets': ['error', {
tolerance: 99,
Expand Down
1 change: 0 additions & 1 deletion configurations/jest/rules/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module.exports = {

// Disallow large snapshots
// https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/no-large-snapshots.md
// @TODO [2024-05-11]: Think about it later
'jest/no-large-snapshots': ['off', { maxSize: 12, inlineMaxSize: 6 }],

// Disallow manually importing from `__mocks__`
Expand Down
2 changes: 1 addition & 1 deletion configurations/vue/rules/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const rulesToExtend = [
'+operator-linebreak',
// It seems https://github.com/JuniorTour/vue-template-babel-compiler
// not stable, turned off for a while
// TODO: [2024-05-11] Try again with vue-template-babel-compiler
// TODO: [2025-05-11] Try again with vue-template-babel-compiler
// '!prefer-template', // autofix works strange sometimes
'+quote-props',
'+space-in-parens',
Expand Down

0 comments on commit 390fe7f

Please sign in to comment.