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.

Shareable configurations

See original GitHub issue

We could allow configurations to be shareable like ESLint does.

This could be as simple as adding an extends property that points to either a Node.js module name, or to a file path. The shared configuration would be deeply merged, with lower merging priority.

We could also have naming conventions such as netlify-build-config-*. And npm tags and GitHub tags netlify and netlify-build-config.

What do you think?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidWellscommented, Oct 3, 2019

couldshould

Let’s hold off on this for right now. I will show you how it’s possible in userland

0reactions
github-actions[bot]commented, Nov 13, 2022

This issue was closed because it had no activity for over 1 year.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Shareable Configs - ESLint - Pluggable JavaScript Linter
Shareable configs are simply npm packages that export a configuration object. To start, create a Node.js module like you normally would.
Read more >
14. Create a shareable config file and add it to the ... - YouTube
In this video, we will see how to create the shareable config file and add it to the multiple applications as an NPM...
Read more >
Sharable Configurations and Rules
Here's the layout of our NPM package, which we'll call shared-tslint-rules . We have a directory with rules, as well as a few...
Read more >
commitlint/concepts-shareable-config.md at master - GitHub
Concept: Shareable configuration. Most commonly shareable configuration is delivered as npm package exporting an object containing .rules as default.
Read more >
Create a custom shareable configuration - Webhint
An easy way to achieve this is via shareable configurations. ... npm install `@hint/configuration-web-recommended` --save-dev ...
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