Skip to content

Commit

Permalink
chore(project): adjust eslint and tsconfig structure (#1462)
Browse files Browse the repository at this point in the history
* chore(project): adjust eslint and tsconfig structure

* chore(project): fix lint-staged

* chore(project): fix eslint config

* chore(project): fix eslint config -- try exclude node_modules

* chore(project): add tsconfig.lint.json for its eslint plugin

* chore(flat-components): correctly export subpaths

* chore(eslint): remove ts project

* chore(project): fix package.json

* chore(ci): add cache

* chore(ci): remove depending on yaml

Co-authored-by: CRIMX <straybugs@gmail.com>
  • Loading branch information
hyrious and crimx committed Apr 1, 2022
1 parent a0ce840 commit 6458afa
Show file tree
Hide file tree
Showing 36 changed files with 678 additions and 762 deletions.
316 changes: 0 additions & 316 deletions .eslint.common.js

This file was deleted.

7 changes: 6 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
scripts/*
scripts/
node_modules/
dist/
public/
storybook-static/
.eslintrc.js

0 comments on commit 6458afa

Please sign in to comment.