question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow for custom prettier / xo settings

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pablopunkcommented, Oct 21, 2017

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.

0reactions
niftylettucecommented, Dec 20, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found