about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-10 11:55:09 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-10 11:55:09 -0500
commitfaddda83f04b46bcdaab5c225cab696fc7a820cd (patch)
tree8a7cacb04f0a480d90a8e5dc9f9daae00f27c802 /.eslintrc.js
parent967f9fc474f2903dd2c12ef4f662ead1592ea26c (diff)
downloadvoidsky-faddda83f04b46bcdaab5c225cab696fc7a820cd.tar.zst
(WIP) Add initial API client
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 898ffe6d7..ba805bc32 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -5,7 +5,7 @@ module.exports = {
   // plugins: ['@typescript-eslint'],
   overrides: [
     {
-      files: ['*.ts', '*.tsx'],
+      files: ['*.js', '*.mjs', '*.ts', '*.tsx'],
       rules: {
         '@typescript-eslint/no-shadow': 'off',
         'no-shadow': 'off',