
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
eslint-config-netguru-ember
Advanced tools
ESlint shareable config for eslint-plugin-netguru-ember
It's a shareable config that extends AirBnB Config with rules from our eslint-plugin-netguru-ember. This is recommended by us config for any Ember Application. It assures that your code is in great shape and that you're following all good standards from AirBnB's JavaScript Styleguide and our Ember Styleguide.
You need to have ember-cli-eslint
installed in your app. More info here.
(
export PKG=eslint-config-netguru-ember;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
)
This command will basically produce and call something like this:
npm install --save-dev eslint-config-netguru-ember eslint-plugin-netguru-ember@1.x eslint-config-airbnb-base@^7.1.0 eslint-plugin-import@^1.15.0
.eslintrc
, so it looks like this: extends: netguru-ember
You can find more informations about rules we provide here.
All rules and settings from index.js
can be overriden in your .eslintrc
.
So if you for example want to disable the rule netguru-ember/local-modules
your .eslintrc
should look like this:
extends: netguru-ember
rules:
netguru-ember/local-modules: 0
FAQs
Eslint config for Netguru Ember Style Guide
The npm package eslint-config-netguru-ember receives a total of 1 weekly downloads. As such, eslint-config-netguru-ember popularity was classified as not popular.
We found that eslint-config-netguru-ember 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
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.