summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/.eslintrc.json')
-rw-r--r--.github/actions/msvc-dev-cmd/.eslintrc.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/actions/msvc-dev-cmd/.eslintrc.json b/.github/actions/msvc-dev-cmd/.eslintrc.json
deleted file mode 100644
index b101258..0000000
--- a/.github/actions/msvc-dev-cmd/.eslintrc.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "env": {
- "commonjs": true,
- "es6": true,
- "node": true
- },
- "extends": "eslint:recommended",
- "globals": {
- "Atomics": "readonly",
- "SharedArrayBuffer": "readonly"
- },
- "parserOptions": {
- "ecmaVersion": 2018
- },
- "rules": {
- }
-}