![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.
@lego/stylelint-config-prettier
Advanced tools
This is a stand-alone all-round configuration that inherits prettier configurations from
@lego/prettier-config
and is tailored towards usage with stylelint.
NOTE: if you are using @lego/stylelint-config
you don't need to worry about this configuration, it
will automatically be included
Install this config package:
npm i -D @lego/stylelint-config-prettier
Extend your .stylelintrc
config file, and make sure @lego/stylelint-config-prettier
is at the end:
{
"extends": ["stylelint-prettier", "@lego/stylelint-config-prettier"]
}
or your stylelint.config.js
config file is you want
module.exports = {
extends: ['stylelint-prettier', '@lego/stylelint-config-prettier'],
};
This package currently implements rules from the following stylelint extensions:
With the above tslint.json
configuration example, you can still use or override already defined
rules as such:
{
"extends": ["tslint:latest", "@lego/stylelint-config-prettier"],
"rules": {
"prettier": [true, {
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"proseWrap": "preserve"',
}],
}
}
FAQs
LEGO shareable stylelint config for ts projects
The npm package @lego/stylelint-config-prettier receives a total of 3 weekly downloads. As such, @lego/stylelint-config-prettier popularity was classified as not popular.
We found that @lego/stylelint-config-prettier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.