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-neofonie
Advanced tools
ESLint config for Neofonie projects based on ebays based on airbnbs
This package provides neofonie's .eslintrc as a shared npm module. This is similar to that of airbnb's extensible shared config.
There are two ESLint configurations available.
The default export contains all of our ESLint rules, including EcmaScript 6+.
npm install --save-dev eslint-config-neofonie eslint
"extends": "neofonie"
to your .eslintrcLints ES5 and below.
npm install --save-dev eslint-config-neofonie eslint
"extends": "neofonie/legacy"
to your .eslintrcLints according to our current rules at Neofonie
npm install --save-dev eslint-config-neofonie eslint
"extends": "neofonie/legendary"
to your .eslintrcInstall the ESLint validator plugin in your favorite text editor. Next step is to point the eslint config to the rules in this repo. To do that, clone the repo
git clone https://github.com/neofonie/eslint-config-neofonie.git
and point the config to
<path to repo>/eslint-config-neofonie/legacy.js
<path to repo>/eslint-config-neofonie/index.js
For example, in Sublime Text editor add the below in SublimeLinter.sublime-settings
file
"linters": {
"eslint": {
"@disable": false,
"args": [
"-c",
"/Users/someUser/eslint-config-neofonie/index.js"
],
"excludes": []
}
}
FAQs
ESLint config for Neofonie projects based on ebays based on airbnbs
The npm package eslint-config-neofonie receives a total of 9 weekly downloads. As such, eslint-config-neofonie popularity was classified as not popular.
We found that eslint-config-neofonie 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.