Fix: workflow failure with missing lint command and added lint for apps/examples (#866)

* Add turbo run lint

* Add lint to all apps and examples

* Update eslint with monorepo configuration

see: https://typescript-eslint.io/docs/linting/typed-linting/monorepos#one-tsconfigjson-per-package-and-an-optional-one-in-the-root

* Remove unused rules

* Exclude @tldraw/www from global eslint config

* Remove duplicated eslint

* Fix eslint prefer-const errors

* Fix eslint no-unused-vars warning

* Update package.json

* Fix eslint no-unused-vars warning

* bump eslint@^8.20.0

* Correct "Fix eslint no-unused-vars warning"

This reverts commit 0158a2585af84b623f2c5581412252c8471375ae.
This commit is contained in:
Gwenaël Gallon 2022-07-30 09:27:54 +02:00 committed by GitHub
parent 82f9278976
commit 3c2c26c11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 116 additions and 61 deletions

View file

@ -1,5 +1,5 @@
import * as React from 'react'
import { ArrowUpRight, Edit2, MousePointer, PenTool, Square, X } from 'react-feather'
import { ArrowUpRight, Edit2, MousePointer, Square, X } from 'react-feather'
import { machine } from 'state/machine'
import styled from 'stitches.config'