Skip to content

Commit 131ce34

Browse files
author
Hofstetter Benjamin (extern)
committed
disable liter rules
1 parent 9400fa8 commit 131ce34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//@ts-check
2+
// eslint-disable-next-line @typescript-eslint/naming-convention
23
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
4+
// eslint-disable-next-line @typescript-eslint/naming-convention
35
const { DefinePlugin } = require('webpack');
46
const webpack = require('webpack');
57

@@ -117,6 +119,7 @@ const rendererConfig = {
117119
}),
118120
new DefinePlugin({
119121
// Path from the output filename to the output directory
122+
// eslint-disable-next-line @typescript-eslint/naming-convention
120123
__webpack_relative_entrypoint_to_root__: JSON.stringify(
121124
path.posix.relative(path.posix.dirname(`/index.js`), '/'),
122125
),

0 commit comments

Comments
 (0)