
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@datalogix/eslint-config
Advanced tools
ESLint shareable config
npm install --save-dev @datalogix/eslint-config
ESLint Configuration File Formats
Add some ESLint config to your .eslintrc.js
:
module.exports = {
extends: '@datalogix/eslint-config'
}
ESNext
module.exports = {
extends: '@datalogix/eslint-config/esnext'
}
Browser
module.exports = {
extends: '@datalogix/eslint-config/browser'
}
eslint --config ./node_modules/@datalogix/eslint-config/index.js
Note: It is not necessary to create the
.eslintrc.js
file.
The plugins do not use the default settings.
To this extend @datalogix/eslint-config
or @datalogix/eslint-config/browser
first.
module.exports = {
extends: ['@datalogix/eslint-config', '@datalogix/eslint-config/plugins/PLUGIN_NAME']
}
Install
npm install --save-dev eslint-plugin-angular
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/angular'
}
Install
npm install --save-dev eslint-plugin-ava
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/ava'
}
Install
npm install --save-dev eslint-plugin-jasmine
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/jasmine'
}
Install
npm install --save-dev eslint-plugin-jest
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/Jest'
}
Install
npm install --save-dev eslint-plugin-jquery
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/jquery'
}
Install
npm install --save-dev eslint-plugin-mocha
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/mocha'
}
Install
npm install --save-dev eslint-plugin-node
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/node'
}
Install
npm install --save-dev eslint-plugin-promise
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/promise'
}
Install
npm install --save-dev eslint-plugin-protractor
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/protractor'
}
Install
npm install --save-dev eslint-plugin-vue
Usage
module.exports = {
extends: '@datalogix/eslint-config/plugins/vue'
}
FAQs
ESLint shareable config
We found that @datalogix/eslint-config 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.