aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/.eslintrc.ci.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-30 13:48:52 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:13 +0100
commitcdb493b0a47bcf64e8e670b94fa399fcd731f531 (patch)
treeb6b03aec77ef87a2dda7585be7884a30c65d93f5 /language-web/.eslintrc.ci.js
parentfeat(web): add xtext content assist (diff)
downloadrefinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.tar.gz
refinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.tar.zst
refinery-cdb493b0a47bcf64e8e670b94fa399fcd731f531.zip
chore(web): refactor xtext client
Diffstat (limited to 'language-web/.eslintrc.ci.js')
-rw-r--r--language-web/.eslintrc.ci.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/language-web/.eslintrc.ci.js b/language-web/.eslintrc.ci.js
index b4c83bb8..804f66de 100644
--- a/language-web/.eslintrc.ci.js
+++ b/language-web/.eslintrc.ci.js
@@ -28,6 +28,5 @@ module.exports = {
28 ignorePatterns: [ 28 ignorePatterns: [
29 '*.js', 29 '*.js',
30 'build/**/*', 30 'build/**/*',
31 'src/main/js/xtext/**/*',
32 ], 31 ],
33}; 32};