diff --git a/lib/configs/base.js b/lib/configs/base.js index 5b1135b41..145991976 100644 --- a/lib/configs/base.js +++ b/lib/configs/base.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { parser: require.resolve('vue-eslint-parser'), diff --git a/lib/configs/essential.js b/lib/configs/essential.js index 57768ae1e..051181595 100644 --- a/lib/configs/essential.js +++ b/lib/configs/essential.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./base'), diff --git a/lib/configs/no-layout-rules.js b/lib/configs/no-layout-rules.js index 73d857e54..4c88287af 100644 --- a/lib/configs/no-layout-rules.js +++ b/lib/configs/no-layout-rules.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { rules: { diff --git a/lib/configs/recommended.js b/lib/configs/recommended.js index 61781f754..3db36d8c0 100644 --- a/lib/configs/recommended.js +++ b/lib/configs/recommended.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./strongly-recommended'), diff --git a/lib/configs/strongly-recommended.js b/lib/configs/strongly-recommended.js index d03984029..02daf9a3c 100644 --- a/lib/configs/strongly-recommended.js +++ b/lib/configs/strongly-recommended.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./essential'), diff --git a/lib/configs/vue3-essential.js b/lib/configs/vue3-essential.js index 43e8b9253..b12ba778b 100644 --- a/lib/configs/vue3-essential.js +++ b/lib/configs/vue3-essential.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./base'), diff --git a/lib/configs/vue3-recommended.js b/lib/configs/vue3-recommended.js index 452703dcb..34b181e29 100644 --- a/lib/configs/vue3-recommended.js +++ b/lib/configs/vue3-recommended.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./vue3-strongly-recommended'), diff --git a/lib/configs/vue3-strongly-recommended.js b/lib/configs/vue3-strongly-recommended.js index d2e83bb85..9da67f398 100644 --- a/lib/configs/vue3-strongly-recommended.js +++ b/lib/configs/vue3-strongly-recommended.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./vue3-essential'), diff --git a/lib/index.js b/lib/index.js index ba2185a91..27567ae66 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,7 +1,7 @@ /* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ 'use strict' diff --git a/tools/update-lib-configs.js b/tools/update-lib-configs.js index b5b2488ca..eba8207f1 100644 --- a/tools/update-lib-configs.js +++ b/tools/update-lib-configs.js @@ -44,7 +44,7 @@ function formatCategory(category) { return `/* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { parser: require.resolve('vue-eslint-parser'), @@ -66,7 +66,7 @@ module.exports = { return `/* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./${extendsCategoryId}'), diff --git a/tools/update-lib-index.js b/tools/update-lib-index.js index 378de4349..85a5ead3f 100644 --- a/tools/update-lib-index.js +++ b/tools/update-lib-index.js @@ -20,7 +20,7 @@ const filePath = path.resolve(__dirname, '../lib/index.js') const content = `/* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ 'use strict' diff --git a/tools/update-no-layout-rules-config.js b/tools/update-no-layout-rules-config.js index 51d622047..b0361b155 100644 --- a/tools/update-no-layout-rules-config.js +++ b/tools/update-no-layout-rules-config.js @@ -28,7 +28,7 @@ function generateConfig(rules) { return `/* * IMPORTANT! * This file has been automatically generated, - * in order to update it's content execute "npm run update" + * in order to update its content execute "npm run update" */ module.exports = { rules: ${formatRules(rules)}