tldraw/apps/new-tab-extension
Gwenaël Gallon 3c2c26c11e
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.
2022-07-30 08:27:54 +01:00
..
public chore: clean up local dev tooling (#856) 2022-07-28 08:19:53 +01:00
src [improvement] Quality and UI cleanup (#846) 2022-07-23 15:05:48 +01:00
.gitignore new tab extension (#773) 2022-06-30 15:10:49 +01:00
CHANGELOG.md 1.20.0 2022-07-23 15:09:37 +01:00
index.html new tab extension (#773) 2022-06-30 15:10:49 +01:00
package.json Fix: workflow failure with missing lint command and added lint for apps/examples (#866) 2022-07-30 08:27:54 +01:00
screenshot.png new tab extension (#773) 2022-06-30 15:10:49 +01:00
tsconfig.json new tab extension (#773) 2022-06-30 15:10:49 +01:00
tsconfig.node.json new tab extension (#773) 2022-06-30 15:10:49 +01:00
vite.config.ts new tab extension (#773) 2022-06-30 15:10:49 +01:00