Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Eastwood aims to provide simple setup of ESLint and editor configurations. 3.0.0+ correctly installs packages as devDependencies.
npm install -g eastwood
eastwood airbnb
ESLint allows extending or overriding the .eslintrc
file per directory.
With the --here
flag, Eastwood will install any required packages, but only add the appropriate .eslintrc
to the current directory.
eastwood react-app
cd lib
eastwood airbnb --here
airbnb
- The Airbnb Style Guide as provided by eslint-config-airbnb.airbnb-base
- Airbnb without React support as provided by eslint-config-airbnb-base.google
- The Google Style Guide as provided by eslint-config-google.react-app
- The style from the Create React App as provided by eslint-config-react-app.standard
- The Standard Style Guide using the standard package.standard-eslint
- The Standard Style Guide as provided by eslint-config-standard.If no ruleset is provided, airbnb
is used as default.
Rulesets not in the internal list will cause Eastwood to check for a npm package prefixed with eastwood-config-
.
eastwood-config-example
has been created to demonstrate this.
npm install --save-dev eastwood-config-example
eastwood example
Configs also work with the --here
flag.
Currently, the package must be in the local npm_modules
folder. Support for globally installed modules is planned.
eastwood-config-*
packages.eslintrc
to the local directory.eslintrc
rather than just an initial write..editorconfig
rather than just an initial write.And maybe:
FAQs
Eslint config installer
The npm package eastwood receives a total of 9 weekly downloads. As such, eastwood popularity was classified as not popular.
We found that eastwood 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.