Skip to content

Commit

Permalink
Merge branch 'release/2.8.8'
Browse files Browse the repository at this point in the history
* release/2.8.8:
  Bump package version to 2.8.8
  Update dependencies
  Tweak rules
  Forgot to add npmignore to git
  • Loading branch information
hughescr committed May 5, 2022
2 parents da07db1 + 79390e6 commit 7764458
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 341 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eslint-config-default.sublime-project
yarn-error.log
eslint-config-default.sublime-workspace
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ module.exports = {
'comma-style': ['error', 'last'],
complexity: ['warn', 15],
curly: ['warn', 'all'],
'default-case-last': 'warn',
'default-param-last': 'error',
'dot-notation': 'warn',
'eol-last': 'warn',
'handle-callback-err': 'warn',
Expand All @@ -141,9 +143,12 @@ module.exports = {
'no-confusing-arrow': 'warn',
'no-console' : 'warn',
'no-const-assign': 'error',
'no-constant-binary-expression': 'warn',
'no-constructor-return': 'warn',
'no-control-regex': 'off',
'no-delete-var': 'error',
'no-dupe-args': 'warn',
'no-dupe-else-if': 'error',
'no-dupe-keys': 'warn',
'no-duplicate-case': 'warn',
'no-eval': 'warn',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.8.7",
"version": "2.8.8",
"description": "Default base config for eslint",
"main": "index.js",
"repository": {
Expand All @@ -21,16 +21,16 @@
"author": "Craig Hughes <craig.npm@rungie.com>",
"license": "BSD-3-Clause",
"dependencies": {
"eslint-formatter-git-log": "^0.5.3",
"eslint-formatter-git-log": "^0.6.4",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-regexp": "^0.11.0",
"eslint-plugin-sonarjs": "^0.7.0"
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-sonarjs": "^0.13.0"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint": "^8.14.0",
"eslint-index": "^1.5.0"
}
}

0 comments on commit 7764458

Please sign in to comment.