Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@gliff-ai/eslint-config
Advanced tools
![Repo License](https://img.shields.io/github/license/gliff-ai/eslint-config?color=0078FF&style=flat-square) ![Repository Size](https://img.shields.io/github/repo-size/gliff-ai/eslint-config?style=flat-square&color=f2f2f2) ![Latest Tag](https://img.shield
👋 Welcome in! 👋
This repository contains the ESLint configuration that is shared for gliff.ai’s projects.
This repository aims to clearly share our ESLint configuration used in gliff.ai projects with contributors. This lint is designed to find and fix problems by analysing our JavaScript code to find problems like programming errors, bugs, stylistic errors and suspicious constructs and then can automatically fix many of the issues flagged.
❌ This repository does not accept most contributions unfortunately! However, an issue can still be raised if you recognise a problem you wish to bring to the gliff.ai teams attention. ❌
Looking for something specific? 🔍
Run npm install @gliff-ai/annotate
in your command line to install the package from the npm registry.
To access our team's shared ESLint Config, run npm i @gliff-ai/eslint-config --save-dev
and then within eslintrc.js run:
module.exports = {
extends: [
"@gliff-ai"
],
parserOptions: {
tsconfigRootDir: __dirname,
project: ["./tsconfig.json"],
},
overrides: [
{
files: ["*.ts", "*.tsx"],
rules: {}
}]
};
This repository does not accept contributions unfortunately as content has been developed with specific gliff.ai team practises and preferences in mind. However, an issue can still be raised if you recognise a problem you wish to bring to the gliff.ai teams attention.
We do have several repositories within the gliff.ai github space that welcome all contributions and contributors on. These will be marked with the topic tag contributions-welcome meaning we welcome contributions on this repository! Search for them here!
Check out the gliff.ai Contribution Guide 👋 to learn more!
Need some help? 🤔 Have a question? 🧠
Reach out to the gliff.ai team at community@gliff.ai or on our GitHub discussions.
This code is licensed under a GNU AGPLv3 license 📝
Curious about our reasoning for this? Read about them here!
FAQs
![Repo License](https://img.shields.io/github/license/gliff-ai/eslint-config?color=0078FF&style=flat-square) ![Repository Size](https://img.shields.io/github/repo-size/gliff-ai/eslint-config?style=flat-square&color=f2f2f2) ![Latest Tag](https://img.shield
The npm package @gliff-ai/eslint-config receives a total of 0 weekly downloads. As such, @gliff-ai/eslint-config popularity was classified as not popular.
We found that @gliff-ai/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.