invoke yarn fix:js
to adopt the updated eslint rules. No other changes are included.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
const isProduction = process.env.NODE_ENV === 'production';
|
||||
|
||||
module.exports = {
|
||||
devtool: isProduction ? false : '#inline-source-map'
|
||||
devtool: isProduction ? false : '#inline-source-map',
|
||||
};
|
||||
|
Reference in New Issue
Block a user