@cuiqg/eslint-config 2.5.5 → 2.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -322,7 +322,6 @@ async function javascript() {
322
322
  "no-useless-computed-key": "error",
323
323
  "no-useless-constructor": "error",
324
324
  "no-useless-rename": "error",
325
- "no-useless-return": "error",
326
325
  "no-var": "error",
327
326
  "no-with": "error",
328
327
  "object-shorthand": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuiqg/eslint-config",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
4
4
  "description": "Eslint config for @cuiqg",
5
5
  "keywords": [
6
6
  "eslint-config"