Skip to content

Commit

Permalink
:octocat: [ci release] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Nov 15, 2023
1 parent 5c6087d commit 87d525c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/bundled-eslint-config/src/setup/for-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const jsRules: Rules = {
'always'
],
'for-direction': 'error',
'@stylistic/js/func-call-spacing': [
'@stylistic/js/function-call-spacing': [
'warn',
'never'
],
Expand Down Expand Up @@ -521,7 +521,7 @@ export const jsRules: Rules = {
'unicorn/no-array-for-each': 'off',
'unicorn/no-array-method-this-argument': 'off',
'unicorn/no-array-reduce': 'off',
'no-negated-condition': 'warn',
'no-negated-condition': 'off',
'no-nested-ternary': 'off',
'unicorn/no-null': 'off',
'unicorn/no-typeof-undefined': 'warn',
Expand Down
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const packageJsonJobs = {
},
'packages/bundled-eslint-config': {
type: 'module',
version: '0.2.12',
version: '0.2.13',
description: 'A preset for ESLint',
keywords: [
'eslint',
Expand Down

0 comments on commit 87d525c

Please sign in to comment.