aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-10 06:50:56 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-10 06:50:56 +0000
commit9e66dac558cf2f73c6f040a1a7df4e7bf67e302d (patch)
tree057d7b662dd7ad7e9108dc232b4a2b7619f4c4d6 /.eslintrc.js
parentMerge branch 'rss' (diff)
downloadblog-9e66dac558cf2f73c6f040a1a7df4e7bf67e302d.tar.gz
blog-9e66dac558cf2f73c6f040a1a7df4e7bf67e302d.zip
updated the readme
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..fbf4784
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,13 @@
+module.exports = {
+ "env": {
+ "commonjs": true,
+ "es2021": true,
+ "node": true
+ },
+ "extends": "eslint:recommended",
+ "parserOptions": {
+ "ecmaVersion": "latest"
+ },
+ "rules": {
+ }
+}