Skip to content
Snippets Groups Projects
Unverified Commit 0829fc88 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Static viz bundlling: don't bother with ESLint (#19714)

We have a repo-wide CI run to check ESLint error anyway.
Meanwhile, for day-to-day development of static viz frontend, the main
webpack config is already equipped with ESLint check (along with hot
reload etc).
parent 8943e1eb
No related merge requests found
......@@ -35,18 +35,6 @@ module.exports = {
exclude: /node_modules/,
use: [{ loader: "babel-loader", options: BABEL_CONFIG }],
},
{
test: /\.(tsx?|jsx?)$/,
exclude: /node_modules/,
use: [
{
loader: "eslint-loader",
options: {
rulePaths: [__dirname + "/frontend/lint/eslint-rules"],
},
},
],
},
],
},
resolve: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment