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, 17 insertions, 0 deletions
diff --git a/.github/actions/msvc-dev-cmd/.eslintrc.json b/.github/actions/msvc-dev-cmd/.eslintrc.json
new file mode 100644
index 0000000..b101258
--- /dev/null
+++ b/.github/actions/msvc-dev-cmd/.eslintrc.json
@@ -0,0 +1,17 @@
+{
+ "env": {
+ "commonjs": true,
+ "es6": true,
+ "node": true
+ },
+ "extends": "eslint:recommended",
+ "globals": {
+ "Atomics": "readonly",
+ "SharedArrayBuffer": "readonly"
+ },
+ "parserOptions": {
+ "ecmaVersion": 2018
+ },
+ "rules": {
+ }
+}