Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
eslint-config-mixmax
Advanced tools
This project defines a linter configuration that enforces healthy JS syntax. Later it should probably enforce our code styles (sorry for the private link, non-Mixmaxers) or those of a more established guide—see Roadmap).
npm install -D eslint-config-mixmax
Install this config's peer dependencies if you haven't already:
npm install -D "eslint@>=7.18.0"
If you'll be using the browser
configs, make sure to install the following dependencies:
eslint-plugin-react
eslint-plugin-react-hooks
@babel/eslint-parser
npm install -D "eslint-plugin-react@^7.23.1" "@babel/eslint-parser@^10.0.2" "eslint-plugin-react-hooks@^4.2.0"
If you'll be using the flow
configs, make sure to install the optional eslint-plugin-flowtype
and @babel/eslint-parser
dependencies.
npm install -D "eslint-plugin-flowtype@^3.11.1" "@babel/eslint-parser@^10.0.2"
Create .eslintrc.json
files like
{
"extends": "<name of config below>"
}
in the appropriate directories: extend…
eslint-plugin-react
is enabled in this configuration to allow for React-specific linting. Additionally, Backbone
and $
are globalized so that their import
statements are not required by the linter (though they should be - see TODOs in this configuration file).If you want you can extend the base configuration directly ("extends": "mixmax"
) but you shouldn't
need to since the Node and browser configurations already extend that.
GH_TOKEN=xxx npx semantic-release --no-ci
FAQs
Mixmax's WIP style guide for JavaScript.
The npm package eslint-config-mixmax receives a total of 501 weekly downloads. As such, eslint-config-mixmax popularity was classified as not popular.
We found that eslint-config-mixmax demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 40 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
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.