Initial move towards new ESLint config supporting TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
parent
c2aa8eb82b
commit
5b1536cc02
22 changed files with 3300 additions and 597 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue