summaryrefslogtreecommitdiffstats
path: root/eslint.config.js
diff options
context:
space:
mode:
authorAnoduck <9925396+anoduck@users.noreply.github.com>2024-09-08 14:54:54 +0000
committerGitHub <noreply@github.com>2024-09-08 14:54:54 +0000
commitd2a0fd14e05ef6b0b9fca454f8996faf86f94204 (patch)
tree242f822be67c179618f1e2aabcea60c172f4f6e0 /eslint.config.js
Initial commit
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js
new file mode 100644
index 0000000..629e7d3
--- /dev/null
+++ b/eslint.config.js
@@ -0,0 +1,14 @@
+'use strict'
+
+module.exports = require('neostandard')({
+ ignores: [
+ "assets/js/critical/languageSelector.js",
+ "assets/js/critical/color.js",
+ "assets/js/analytics.js",
+ "assets/js/flexsearch.js",
+ "assets/js/navbar.js",
+ "assets/js/sharing.js",
+ "assets/js/vendor",
+ "node_modules",
+ ]
+})