
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
eslint-config-true
Advanced tools
ESLint shareable config for True
$ npm install --save-dev eslint eslint-config-true
For the esnext version you'll also need Babel's ESLint parser and plugin:
$ npm install --save-dev babel-eslint eslint-plugin-babel
For react, you will also need eslint-plugin-react:
$ npm install --save-dev eslint-plugin-react
Add some ESLint config to your package.json:
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": "true"
}
}
Or to .eslintrc:
{
"extends": "true"
}
Supports parsing ES2015, but doesn't enforce it by default.
This package also exposes xo/esnext if you want ES2015+ rules:
{
"extends": "true/esnext"
}
And true/browser if you're in the browser:
{
"extends": "true/browser"
}
And true/react if you want React application to be linted:
{
"extends": "true/react"
}
Or have multiple configs together:
{
"extends": [
"true", // base
"true/esnext", // ES6/7
"true/react" // React/JSX
]
}
MIT © True
FAQs
ESLint shareable config for True
We found that eslint-config-true demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.