From bb6bac67e8c0f853dfa1ebd5ca9e37405efa2a27 Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin DURAN Date: Fri, 27 Oct 2017 15:53:09 +0300 Subject: [PATCH] Fixed wrong filename in the document --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 432e81f..270c0de 100644 --- a/README.md +++ b/README.md @@ -329,9 +329,9 @@ Make sure you installed the additional eslint dependencies: $ npm install eslint-config-vue eslint-plugin-vue --save-dev ``` -Now open up your eslintrc.js file and make the following changes: +Now open up your .eslintrc.js file and make the following changes: -#### eslintrc.js +#### .eslintrc.js ```js module.exports = {