Skip to content

Commit

Permalink
internal: move benchmark.ts into resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 12, 2022
1 parent ebb7bef commit 24915be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.yml
Expand Up @@ -691,13 +691,9 @@ overrides:
env:
node: true
rules:
internal-rules/only-ascii: [error, { allowEmoji: true }]
node/no-sync: off
import/no-namespace: off
import/no-unresolved: off
import/no-nodejs-modules: off
no-console: off
no-await-in-loop: off
- files: 'resources/**'
env:
node: true
Expand All @@ -709,6 +705,7 @@ overrides:
import/no-extraneous-dependencies: [error, { devDependencies: true }]
import/no-nodejs-modules: off
no-console: off
no-await-in-loop: off
- files: 'resources/eslint-internal-rules/**'
env:
node: true
Expand Down Expand Up @@ -747,7 +744,6 @@ overrides:
- website/docusaurus.config.js
- website/sidebars.js
- integrationTests/**/*
- benchmark/**/*
- resources/**/*
env:
node: true
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"version": "ts-node resources/gen-version.ts && npm test && git add src/version.ts",
"fuzzonly": "mocha --full-trace src/**/__tests__/**/*-fuzz.ts",
"changelog": "ts-node resources/gen-changelog.ts",
"benchmark": "ts-node benchmark/benchmark.ts",
"benchmark": "ts-node resources/benchmark.ts",
"test": "npm run lint && npm run check && npm run testonly:cover && npm run prettier:check && npm run check:spelling && npm run check:integrations",
"lint": "eslint --cache --max-warnings 0 .",
"check": "tsc --pretty",
Expand Down
File renamed without changes.

0 comments on commit 24915be

Please sign in to comment.