Skip to content

Commit

Permalink
disable liter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofstetter Benjamin (extern) committed Sep 22, 2023
1 parent 9400fa8 commit 131ce34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//@ts-check
// eslint-disable-next-line @typescript-eslint/naming-convention
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
// eslint-disable-next-line @typescript-eslint/naming-convention
const { DefinePlugin } = require('webpack');
const webpack = require('webpack');

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

0 comments on commit 131ce34

Please sign in to comment.