Initial move towards new ESLint config supporting TS

Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
Chris Svenningsen 2020-08-31 17:09:28 -07:00 committed by Josh Perez
parent c2aa8eb82b
commit 5b1536cc02
22 changed files with 3300 additions and 597 deletions

View file

@ -1,7 +1,8 @@
import { resolve } from 'path';
// eslint-disable-next-line import/no-extraneous-dependencies
import { Configuration, EnvironmentPlugin } from 'webpack';
// tslint:disable-next-line no-require-imports
import HtmlWebpackPlugin = require('html-webpack-plugin');
import { resolve } from 'path';
const context = __dirname;
const { NODE_ENV: mode = 'development' } = process.env;
@ -77,7 +78,6 @@ const stickerCreatorConfig: Configuration = {
},
}),
],
// @ts-ignore: this typing broke at some point
devServer: {
port: 6380,
historyApiFallback: {