diff options
Diffstat (limited to 'web/gotosocial-styling/.eslintrc.js')
-rw-r--r-- | web/gotosocial-styling/.eslintrc.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/gotosocial-styling/.eslintrc.js b/web/gotosocial-styling/.eslintrc.js new file mode 100644 index 000000000..376c92936 --- /dev/null +++ b/web/gotosocial-styling/.eslintrc.js @@ -0,0 +1,5 @@ +"use strict"; + +module.exports = { + "extends": "@f0x52/eslint-config" +}; |