diff --git a/packages/parser/.eslintrc b/.eslintrc similarity index 100% rename from packages/parser/.eslintrc rename to .eslintrc diff --git a/packages/parser/LICENSE b/LICENSE similarity index 100% rename from packages/parser/LICENSE rename to LICENSE diff --git a/packages/multi-parser/package.json b/packages/multi-parser/package.json index c1cab1341..8b9a2a293 100644 --- a/packages/multi-parser/package.json +++ b/packages/multi-parser/package.json @@ -30,8 +30,8 @@ "build:cjs": "tsc --project ./tsconfig.cjs.json", "test": "npm run test:unit", "test:unit": "cross-env CI=true jest --coverage", - "lint": "eslint --max-warnings 0 --config .eslintrc --ignore-path ../../.eslintignore .", - "lint:fix": "eslint --max-warnings 0 --config .eslintrc --ignore-path ../../.eslintignore . --fix", + "lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .", + "lint:fix": "eslint --max-warnings 0 --config .../../eslintrc --ignore-path ../../.eslintignore . --fix", "generate:readme:toc": "markdown-toc -i \"README.md\"", "generate:assets": "npm run build && npm run generate:readme:toc", "bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION", diff --git a/packages/parser/.eslintignore b/packages/parser/.eslintignore deleted file mode 100644 index 2fb12ca0f..000000000 --- a/packages/parser/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -node_modules -.vscode -.DS_Store -/docs -/coverage -/lib -/esm -/cjs -/browser -esm -cjs