![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
eslint-config-wyze
Advanced tools
My personal ESLint settings.
Note: The below commands will generate the command you will need to run for installation. You can replace
yarn add --dev
withnpm i --save-dev
if not using Yarn.
(
export PKG=eslint-config-wyze; npm info $PKG config.basePeers --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs echo yarn add --dev $PKG
)
(
export PKG=eslint-config-wyze; npm info $PKG config.reactPeers --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs echo yarn add --dev $PKG
)
(
export PKG=eslint-config-wyze; npm info $PKG config.flowPeers --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs echo yarn add --dev $PKG
)
{
// React
"eslintConfig": {
"extends": "wyze"
}
// Preact
"eslintConfig": {
"extends": "wyze/preact"
}
// Non-React
"eslintConfig": {
"extends": "wyze/base"
}
// Flow
"eslintConfig": {
"extends": "wyze/flow"
}
// Multiple (React + Flow)
"eslintConfig": {
"extends": [
"wyze",
"wyze/flow"
]
}
}
Package | Base | Preact/React | Flow |
---|---|---|---|
babel-eslint | :package: | ||
eslint | :package: | :package: | :package: |
eslint-config-airbnb | :package: | :package: | |
eslint-plugin-eslint-comments | :package: | :package: | |
eslint-plugin-flowtype | :package: | ||
eslint-plugin-import | :package: | :package: | |
eslint-plugin-jsx-a11y | :package: | ||
eslint-plugin-react | :package: | ||
eslint-plugin-wyze | :package: | :package: |
facbd4e68b
] - Upgrade dependencies (Neil Kistner)5a278abd00
] - Update readme and installation method (Neil Kistner)c8476650de
] - Add eslint-comments
plugin (Neil Kistner)3d20212e92
] - Enable rules for eslint-plugin-jsx-a11y
@4 and require overrides (Neil Kistner)6162b2b688
] - Exclude test files from npm package (Neil Kistner)3265224d17
] - Upgrade dependencies (Neil Kistner)3e2283e267
] - Update version script to skip beta releases in changelog (Neil Kistner)63f1686355
] - Enable some eslint-plugin-jsx-a11y
rules (Neil Kistner)c7fd8556ff
] - Enable react/void-dom-elements-no-children
rule (Neil Kistner)62c1ebcf45
] - Relax react/sort-prop-types
rule (Neil Kistner)f3c9fe769f
] - Remove react rules enforced by AirBnb (Neil Kistner)cd4a6a1d29
] - Relax react/jsx-sort-props
rule (Neil Kistner)57c75e3d9d
] - Add past changelog and changelog build script (Neil Kistner)a878cce34a
] - Fix build (Neil Kistner)b1fa5888f7
] - Upgrade dependencies (Neil Kistner)645d72e356
] - Fixing lint errors (Neil Kistner)8f666bbf5d
] - Streamline test process a little more (Neil Kistner)763c78b238
] - Always enforce space in arrays, no exceptions (Neil Kistner)ec0c03368d
] - Remove max-len
rule and fall back to AirBnb's (100 char) (Neil Kistner)96569b19a8
] - Remove id-blacklist
rule and use AirBnb's setting (Neil Kistner)bc33e5b42c
] - Switch to Jest for testing (Neil Kistner)62302e6d52
] - Quick project cleanup (Neil Kistner)MIT © Neil Kistner
FAQs
My personal ESLint config.
The npm package eslint-config-wyze receives a total of 4 weekly downloads. As such, eslint-config-wyze popularity was classified as not popular.
We found that eslint-config-wyze demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.