Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@cknow/eslint-config
Advanced tools
ESLint shareable config
npm install --save-dev @cknow/eslint-config
ESLint Configuration File Formats
Add some ESLint config to your .eslintrc.js
:
module.exports = {
extends: '@cknow/eslint-config'
}
ESNext
module.exports = {
extends: '@cknow/eslint-config/esnext'
}
Browser
module.exports = {
extends: '@cknow/eslint-config/browser'
}
eslint --config ./node_modules/@cknow/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 @cknow/eslint-config
or @cknow/eslint-config/browser
first.
module.exports = {
extends: ['@cknow/eslint-config', '@cknow/eslint-config/plugins/PLUGIN_NAME']
}
Install
npm install --save-dev eslint-plugin-angular
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/angular'
}
Install
npm install --save-dev eslint-plugin-ava
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/ava'
}
Install
npm install --save-dev eslint-plugin-jasmine
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/jasmine'
}
Install
npm install --save-dev eslint-plugin-jest
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/Jest'
}
Install
npm install --save-dev eslint-plugin-jquery
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/jquery'
}
Install
npm install --save-dev eslint-plugin-mocha
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/mocha'
}
Install
npm install --save-dev eslint-plugin-node
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/node'
}
Install
npm install --save-dev eslint-plugin-promise
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/promise'
}
Install
npm install --save-dev eslint-plugin-protractor
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/protractor'
}
Install
npm install --save-dev eslint-plugin-vue
Usage
module.exports = {
extends: '@cknow/eslint-config/plugins/vue'
}
FAQs
ESLint shareable config
The npm package @cknow/eslint-config receives a total of 0 weekly downloads. As such, @cknow/eslint-config popularity was classified as not popular.
We found that @cknow/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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.