Skip to content
#

conventions

Here are 167 public repositories matching this topic...

onrige
onrige commented Nov 21, 2019

Hey. Just a question. Can we add possibility to extend from single string not just from array? So it will work like other linting libraries (eslint, stylelint, etc.).

package.json

"babel":  {
  "extends": "shared-tools"
},
"commitlint": {
  "extends": [
    "shared-tools"
  ]
},
"eslintConfig": {
  "extends": "shared-tools"
}

Improve this page

Add a description, image, and links to the conventions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conventions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.