nanlabs / nancy.js

This repository contains different React components, hooks, apps and libraries that are used in different projects here at NaN Labs.
https://nanlabs.github.io/nancy.js
MIT License
23 stars 10 forks source link

Support non turbo projects by conditionally extending from turbo #78

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/nanlabs/nancy.js/blob/0838c6f406f8534414a318426eda9df8367192f7/packages/eslint-config-base/index.js#L2


module.exports = {
  // TODO: Support non turbo projects by conditionally extending from turbo
  extends: ["turbo", "prettier"],
  env: {
    browser: true,