![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@naturacosmeticos/eslint-config-natura
Advanced tools
[ESLint](https://eslint.org/) rules to achieve better code, using Airbnb styles rules.
ESLint rules to achieve better code, using Airbnb styles rules.
The Natura ESLint configuration extends the Airbnb configuration. While Airbnb provides a decent style configuration it does not use all the available rules to help enhance code quality like the following ones among others:
This project helps achieve the good maintainability
need, offering a default lint for all Node.js projects.
To use this configuration install the package on your project using either npm or yarn:
npm i --save-dev '@naturacosmeticos/eslint-config-natura'
yarn add -D '@naturacosmeticos/eslint-config-natura'
We recommend you to install accepting only new patch releases (ex: ~2.0.0
), once new minor releases could add new rules that can broke your pipeline.
Add @naturacosmeticos/natura
to the eslint extends
option in the .eslintrc
file:
{
"env": {
"es6": true,
"mocha": true,
"node": true
},
"extends": ["@naturacosmeticos/natura"],
"parserOptions": {
"ecmaVersion": 2017
},
"settings": {
"import/resolver": {
"node": {
"paths": ["src", "test"]
}
}
}
}
Airbnb-base is already included, no need to add it.
You can contribute submitting pull requests.
Run yarn
or if your use npm npm i
.
FAQs
[ESLint](https://eslint.org/) rules to achieve better code, using Airbnb styles rules.
We found that @naturacosmeticos/eslint-config-natura demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.