neostandard
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -17,3 +17,2 @@ export namespace modernization { | ||
exports: string; | ||
functions: string; | ||
}]; | ||
@@ -20,0 +19,0 @@ '@stylistic/no-multi-spaces': ["error", { |
@@ -24,7 +24,7 @@ 'use strict' | ||
'@stylistic/comma-dangle': ['warn', { | ||
arrays: 'always-multiline', | ||
objects: 'always-multiline', | ||
imports: 'always-multiline', | ||
exports: 'always-multiline', | ||
functions: 'never', | ||
// See https://github.com/neostandard/neostandard/issues/79 for reason behind "ignore" | ||
arrays: 'ignore', | ||
objects: 'ignore', | ||
imports: 'ignore', | ||
exports: 'ignore', | ||
}], | ||
@@ -31,0 +31,0 @@ '@stylistic/no-multi-spaces': ['error', { ignoreEOLComments: true }], |
{ | ||
"name": "neostandard", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "A modern successor to standard", | ||
@@ -46,2 +46,3 @@ "homepage": "http://github.com/neostandard/neostandard", | ||
"dependents-filter-one": "list-dependents filter --max-count=250 --sort-download --max-age=550 --repository-prefix=https://github.com/", | ||
"dependents-filter:neostandard": "npm run --silent dependents-filter-one -- -i dependents-data/source/neostandard.ndjson -o dependents-data/neostandard-filtered.ndjson --min-downloads=1000 --exclude $(jq -r 'keys | join(\" --exclude \")' dependents-data/known-failures/neostandard.json)", | ||
"dependents-filter:semistandard": "npm run --silent dependents-filter-one -- -i dependents-data/source/semistandard.ndjson -o dependents-data/semistandard-filtered.ndjson --min-downloads=1000 --target-version='>=16.0.0' --exclude $(jq -r 'keys | join(\" --exclude \")' dependents-data/known-failures/semistandard.json)", | ||
@@ -54,3 +55,5 @@ "dependents-filter:standard": "npm run --silent dependents-filter-one -- -i dependents-data/source/standard.ndjson -o dependents-data/standard-filtered.ndjson --min-downloads=75000 --target-version='>=17.0.0' --exclude $(jq -r 'keys | join(\" --exclude \")' dependents-data/known-failures/standard.json)", | ||
"dependents-update-one": "cd dependents-data/source/ && list-dependents list --field engines -n", | ||
"dependents-update": "run-s --print-label \"dependents-update-one -- {%}\" -- $(jq -r 'join(\" \")' dependents-data/projects.json)", | ||
"dependents-update:neostandard": "run-s --print-label \"dependents-update-one -- {@}\" -- neostandard --include-historic", | ||
"dependents-update:all": "run-s --print-label \"dependents-update-one -- {%}\" -- $(jq -r 'join(\" \")' dependents-data/projects.json)", | ||
"dependents-update": "run-s --silent dependents-update:*", | ||
"prepare": "husky", | ||
@@ -64,8 +67,8 @@ "prepublishOnly": "run-s build", | ||
"devDependencies": { | ||
"@types/node": "^18.19.42", | ||
"@types/node": "^18.19.44", | ||
"@voxpelli/tsconfig": "^13.0.0", | ||
"eslint": "^9.8.0", | ||
"eslint": "^9.9.0", | ||
"husky": "^9.1.4", | ||
"installed-check": "^9.3.0", | ||
"knip": "^5.27.0", | ||
"knip": "^5.27.2", | ||
"list-dependents-cli": "^2.4.0", | ||
@@ -78,6 +81,6 @@ "npm-run-all2": "^6.2.2", | ||
"@humanwhocodes/gitignore-to-minimatch": "^1.0.2", | ||
"@stylistic/eslint-plugin": "^2.6.1", | ||
"@stylistic/eslint-plugin": "^2.6.3", | ||
"@types/eslint": "^9.6.0", | ||
"eslint-plugin-n": "^17.10.1", | ||
"eslint-plugin-promise": "^7.0.0", | ||
"eslint-plugin-n": "^17.10.2", | ||
"eslint-plugin-promise": "^7.1.0", | ||
"eslint-plugin-react": "^7.35.0", | ||
@@ -84,0 +87,0 @@ "find-up": "^5.0.0", |
@@ -198,8 +198,5 @@ <div align="center"> | ||
### Changed rules | ||
* [`@stylistic/comma-dangle`](https://eslint.org/docs/rules/comma-dangle) – *changed* – set to prefer dangling commas in everything but functions and is it set to `warn` rather than `error` | ||
### Relaxed rules | ||
* [`@stylistic/comma-dangle`](https://eslint.org/docs/rules/comma-dangle) – *changed* – set to ignore dangling commas in arrays, objects, imports, exports and is it set to `warn` rather than `error` | ||
* [`@stylistic/no-multi-spaces`](https://eslint.org/docs/rules/no-multi-spaces) – *changed* – sets `ignoreEOLComments` to `true`, useful for aligning comments across multiple line | ||
@@ -213,3 +210,2 @@ * [`dot-notation`](https://eslint.org/docs/rules/dot-notation) – *deactivated* – clashes with the [`noPropertyAccessFromIndexSignature`](https://www.typescriptlang.org/tsconfig#noPropertyAccessFromIndexSignature) check in TypeScript | ||
- `eslint-plugin-import` | ||
* JSX parsing is not supported out of the box | ||
@@ -216,0 +212,0 @@ ## Config helper |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196671
4443
280
Updatedeslint-plugin-n@^17.10.2
Updatedeslint-plugin-promise@^7.1.0