diff --git a/.eslintrc.js b/.eslintrc.js index f32f50d7c3..9ae9778364 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,9 +70,12 @@ module.exports = { settings: { 'import/resolver': { - webpack: { - config: './node_modules/@vue/cli-service/webpack.config.js', + node: { + paths: ['src'], + extensions: ['.js', '.jsx', '.ts', '.tsx'], + moduleDirectory: ['node_modules', 'src/'], }, + typescript: {}, }, }, }; diff --git a/public/index.html b/index.html similarity index 99% rename from public/index.html rename to index.html index bc24c8f070..eee35748b2 100644 --- a/public/index.html +++ b/index.html @@ -10,7 +10,7 @@ ;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"NRJS-15c5a88c5d87c10da34",applicationID:"1046769301",sa:1} - + @@ -34,6 +34,7 @@ We're sorry but crisiscleanup doesn't work properly without JavaScript enabled. Please enable it to continue.
- +