Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
eslint-config-naturalatlas
Advanced tools
A ESLint config for Natural Atlas projects.
npm install --save-dev eslint eslint-plugin-react eslint-config-naturalatlas
"extends": "naturalatlas/react"
to your .eslintrceslint --fix ./lib/**
to package.json test
script\npm install --save-dev eslint eslint-config-naturalatlas
"extends": "naturalatlas/base"
to your .eslintrceslint --fix ./lib/**
to package.json test
script\Some of the rules may be too strict for your project, but you can easily override any rules or options like this:
{
"extends": "naturalatlas/base",
"rules": {
"space-before-function-paren": 0,
"indent": [2, 2]
},
"env": {
"mocha": true
}
}
FAQs
Natural Atlas ESLint configuration
The npm package eslint-config-naturalatlas receives a total of 19 weekly downloads. As such, eslint-config-naturalatlas popularity was classified as not popular.
We found that eslint-config-naturalatlas 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.