Allow for custom prettier / xo settings
See original GitHub issueThe one thing I need in my code is no semicolons (don’t judge! 😃)
So right now the first thing I do after lass
is to “fix” package.json
accordingly.
I would like to have personal settings that lass uses. Could be environment variables or a config file in ~
.
I guess that’s somehow related to #12
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Options - Prettier
If you change any options, it's recommended to do it via a configuration file. This way the Prettier CLI, editor integrations and other...
Read more >xo/readme.md at main · xojs/xo - GitHub
Specify indent and semicolon preferences easily without messing with the rule config. Optionally use the Prettier code style. Great editor plugins. Install. $ ......
Read more >prettier-config-xo - npm
Start using prettier-config-xo in your project by running `npm i prettier-config-xo`. There are 2 other projects in the npm registry using ...
Read more >How to create your own shared esLint, prettier and stylelint ...
How you can create your own configuration and use it in all your projects will be covered in this article. Let's first talk...
Read more >xo/readme.md - UNPKG
(https://raw.githubusercontent.com/sindresorhus/eslint-formatter-pretty/main/ ... You'll need [eslint-config-xo-vue](https://github.com/ChocPanda/eslint- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe we could choose from a list of popular plugins for xo (standardjs, prettier…) just like when we choose a license from a list of options.
Please use version 0.3.4 now available in NPM. It provides an option to choose your ESLint configuration (either prettier or standard), and it defaults to prettier. If you’d like to add more options please submit a PR. Thanks to @pablopunk for the great work here.