Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-08 18:24:56 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 00:20:48 +0300
commit672fce84b25ecbe58d311acfae6c43e5ca2d778d (patch)
tree39e8ac90263f4386284e8d93ef2bbe7f30a9f32a /.eslintrc.local.json
parent3f7fe17d1ea743b3ce1f27b9156e9fa0e358a7df (diff)
chore: refactor smoke-tests
Diffstat (limited to '.eslintrc.local.json')
-rw-r--r--.eslintrc.local.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.local.json b/.eslintrc.local.json
index 16c85e07d..beb4581f4 100644
--- a/.eslintrc.local.json
+++ b/.eslintrc.local.json
@@ -10,7 +10,6 @@
"overrides": [{
"files": [
"scripts/**",
- "smoke-tests/**",
"bin/**",
"test/**"
],