Skip to content

Commit

Permalink
feat: lint, package
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Oct 18, 2023
1 parent 9e5403b commit 2853ea0
Show file tree
Hide file tree
Showing 23 changed files with 3,234 additions and 957 deletions.
6 changes: 3 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
includer
plugin
runtime
/includer
/plugin
/runtime
jest.snapshots.js
jest.config.js
build
17 changes: 1 addition & 16 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"extends": ["@diplodoc/eslint-config"],
"root": true,
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"project": ["./tsconfig.test.json", "./tsconfig.json"]
}
}
],
"settings": {
"react": {
"version": "detect"
}
}
"root": true
}
Loading

0 comments on commit 2853ea0

Please sign in to comment.