Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@isaac.frontend/eslint-config-es6
Advanced tools
Isaac base JS ESLint config for ES6, following our styleguide
The purpose of this package is to share JavaScript Code Styling within Isaac BV for ECMAScript 6 and higher.
The configuration extends the airbnb configuration.
npm i -D @isaac.frontend/eslint-config-es6
.eslintrc.json
{
"extends": "@isaac.frontend/eslint-config-es6"
}
If you have not done already, create a new ECMAScript 6 Isaac Scheme in your IDE JavaScript Code Style:
Duplicate
PHPStorm 2017.3+ supports auto apply rules from eslint to your code style scheme, see import eslint configuration.
.eslintrc.json
Apply ESLint Code Style Rules
Now you're done, happy coding
Install the following extensions:
Now we want Prettier to format our code based on our ESLint rules. Therefore you'll need to install prettier-eslint
:
npm i -D prettier-eslint
Now setup Visual Studio Code to use autoformat on file save. Open VS Code Workspace Settings (on a mac CMD + ,
) and update the following settings fields:
// Use autoformat on save
"editor.formatOnSave": true,
// Use `prettier-eslint` instead of `prettier`
"prettier.eslintIntegration": true
Please make sure you've created an user on npmjs and you have the rights to publish this package within the organisation @isaac.frontend. If not, please contact one of the contributors, defined in the package.json.
For release a new version use release-it.
After you've cloned this repository, did a npm install
, edited and you're ready for a new release, just use npm run release ${patch|minor|major}
in order to update git and publish to npmjs registry. Make shure you're registered with you SSH key to git and have a valid npm user to publish.
FAQs
Isaac base JS ESLint config for ES6, following our styleguide
The npm package @isaac.frontend/eslint-config-es6 receives a total of 7 weekly downloads. As such, @isaac.frontend/eslint-config-es6 popularity was classified as not popular.
We found that @isaac.frontend/eslint-config-es6 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.