diff --git a/.eslintrcProd b/.eslintrc.production.json similarity index 66% rename from .eslintrcProd rename to .eslintrc.production.json index bcadb59..f534afe 100644 --- a/.eslintrcProd +++ b/.eslintrc.production.json @@ -3,6 +3,6 @@ "./package.json" ], "rules": { - "no-console": ["error"], + "no-console": ["error"] } } diff --git a/resources/assets/build/config.js b/resources/assets/build/config.js index 26a3812..94d645b 100644 --- a/resources/assets/build/config.js +++ b/resources/assets/build/config.js @@ -20,7 +20,7 @@ const config = merge({ root: rootPath, assets: path.join(rootPath, 'resources/assets'), dist: path.join(rootPath, 'dist'), - eslintProd: path.join(rootPath, '.eslintrcProd'), + eslintProd: path.join(rootPath, '.eslintrc.production.json'), }, enabled: { sourceMaps: !isProduction,