Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@atlassian/eslint-config-atlassian-fecq
Advanced tools
Atlassian Front End Code Quality ESLint Config.
The source of truth for Atlassian's JavaScript Style Guide.
This ESLint configuration is part of the Front End Code Quality project and should be used to extend your local ESLint config to pull in Atlassian's preferred styles and linting requirements for JavaScript.
Please take a look at the ESLint configuration in this project to understand the style and lint guidelines for Atlassian.
Requirements:
To use this ESLint configuration in your project, extend it in your .eslintrc
.
First install it as the npm module:
$> npm install --save-dev @atlassian/eslint-config-atlassian-fecq
Then add it to the .eslintrc
that you want to extend and override config properties for your project.
{
"extends": "@atlassian/atlassian-fecq",
// override default rules, envs, globals
"rules": {
...
}
}
##Automatic setup You can run the following command from your project directory to automatically set up your repo:
./node_modules/@atlassian/eslint-config-atlassian-fecq/setup.js
Just follow the prompts!
This package is published to the public npm registry. Use npm run release
.
prompt
library with inquirer
(used by setup.js for interactive CLI)FAQs
Atlassian Front End Code Quality ESLint Config.
The npm package @atlassian/eslint-config-atlassian-fecq receives a total of 22 weekly downloads. As such, @atlassian/eslint-config-atlassian-fecq popularity was classified as not popular.
We found that @atlassian/eslint-config-atlassian-fecq demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 28 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.