Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
eslint-config-volebo
Browse files
Dec 02, 2025
chore(repo): remove old "README.md"
· 9d49f114
mksm
authored
Dec 02, 2025
9d49f114
feat(rules): add `chaiFile` to globals for test-files
· 25df4ed7
mksm
authored
Dec 02, 2025
25df4ed7
fix(rules): fix "ignores" settings
· 9cc98438
mksm
authored
Dec 02, 2025
9cc98438
feat(rules): upgrade language ecmaVersion to 2026
· 3ec4519d
mksm
authored
Dec 02, 2025
3ec4519d
Nov 09, 2025
feat(cicd): update CICD-config
· e96e5a5d
mksm
authored
Nov 08, 2025
e96e5a5d
Nov 08, 2025
feat(rules): err=>warn for `unicorn/no-immediate-mutation`
· 566dac68
mksm
authored
Nov 08, 2025
566dac68
chore(repo): add an "emergency" config for eslint
· e3439b75
mksm
authored
Nov 08, 2025
e3439b75
feat(rules): disable `unicorn/require-module-specifiers`
· 9bea12d6
mksm
authored
Nov 08, 2025
9bea12d6
feat(rules): disable `unicorn/no-useless-undefined`
· 3e20c3bf
mksm
authored
Nov 08, 2025
3e20c3bf
chore(repo): prepare toolkit upgrade
· ea9575d7
mksm
authored
Nov 07, 2025
ea9575d7
Nov 07, 2025
refactor(tests): update the test with an example of a good code
· 114b4b79
mksm
authored
Nov 07, 2025
114b4b79
feat(rules): disable `unicorn/prefer-bigint-literals`
· 585c6412
mksm
authored
Nov 07, 2025
585c6412
feat(rules): `new-for-builtins` with crazy restriction for `new Object(123)`
· 959d6876
mksm
authored
Nov 07, 2025
959d6876
feat(rules): `no-array-constructor` - allows `new Array(LEN)` but nothing else
· d6df4764
mksm
authored
Nov 07, 2025
d6df4764
feat(deps): upgrade dependencies
· b51f9935
mksm
authored
Nov 07, 2025
b51f9935
chore(repo): refactor 'index' file and extract "browser" and "mocha" rules
· b556043d
mksm
authored
Nov 07, 2025
b556043d
Nov 04, 2025
chore(lint): add more comments to the code
· 32494759
mksm
authored
Nov 04, 2025
32494759
Nov 01, 2025
feat(globals): allow having `fn2sn` in test files (as a global fn)
· 98dd39f1
mksm
authored
Oct 31, 2025
98dd39f1
feat(rules): `@stylistic/no-multiple-empty-lines` allows 0 e.lines at beginning
· cf93c435
mksm
authored
Oct 31, 2025
cf93c435
fix(rules): improve `@stylistic/operator-linebreak`
· 36d8c58a
mksm
authored
Oct 31, 2025
36d8c58a
fix(rules): disable `unicorn/explicit-length-check`
· bec7166e
mksm
authored
Oct 31, 2025
bec7166e
Oct 27, 2025
chore(repo): fix tiny bug in `.editorconfig` (extra space in a pattern)
· 9d7a88fb
mksm
authored
Oct 27, 2025
9d7a88fb
Oct 26, 2025
chore(repo): linting: remove old commented code
· 5b3d3c81
mksm
authored
Oct 26, 2025
5b3d3c81
Apr 19, 2025
chore(eslint-config-volebo): release version 4.3.0
· 2112384b
mksm
authored
Apr 19, 2025
View commits for tag release/eslint-config-volebo/v4.3.0
release/eslint-config-volebo/v4.3.0
2112384b
chore(lint): cleanup and lint nyc.config
· 673454c6
mksm
authored
Apr 19, 2025
673454c6
Apr 16, 2025
fix(rules): disable `unicorn/no-array-for-each`
· ee5c1daf
mksm
authored
Apr 16, 2025
ee5c1daf
feat(plugins): add eslint-plugin-boundaries with recommended rules
· 91819893
mksm
authored
Apr 16, 2025
91819893
feat(rules): upgrade language ecmaVersion to 2025
· c4b76865
mksm
authored
Apr 16, 2025
c4b76865
Mar 11, 2025
chore(cicd): exclude less folders from SAST analytics and disable "coverage" job
· 96362c5b
mksm
authored
Mar 11, 2025
96362c5b
feat(rules): add `no-implicit-coercion` rule (warn)
· 2da61fba
mksm
authored
Mar 11, 2025
2da61fba
chore(rules): another attempt to find rules for BigInt // refactoring
· a5fef067
mksm
authored
Mar 11, 2025
a5fef067
feat(pkg): export `eslintConfigVolebo` for providing options (to neostandard mostly)
· d3524ca4
mksm
authored
Mar 11, 2025
d3524ca4
chore(repo): refactor repo-files
· 5edfa8b7
mksm
authored
Mar 11, 2025
5edfa8b7
fix(rules): relax `no-bitwise` rule (now it is a warning)
· 3e697a08
mksm
authored
Mar 11, 2025
3e697a08
chore(rules): add tests for ternary operator style (linebreak and ternary)
· 65faeeb8
mksm
authored
Mar 11, 2025
65faeeb8
Feb 02, 2025
Merge branch 'feat/gl-0-cicd-add-sast.mk' into 'master'
· 6968aedc
mksm
authored
Feb 02, 2025
6968aedc
chore(repo): enable gitlab SAST
· 9510b5bd
mksm
authored
Feb 02, 2025
9510b5bd
Jan 29, 2025
chore(repo): npm-ignore nx's "project.json"
· cb31b4ed
mksm
authored
Jan 29, 2025
cb31b4ed
chore(eslint-config-volebo): release version 4.2.0
· 732385d4
Deploy Bot
authored
Jan 29, 2025
and
mksm
committed
Jan 29, 2025
View commits for tag release/eslint-config-volebo/v4.2.0
release/eslint-config-volebo/v4.2.0
732385d4
fix(rules):
#18
adjusting spaces/tabs for indentation/alignment (another attempt)
· 0b1b617d
mksm
authored
Jan 29, 2025
0b1b617d
Loading