Skip to content

Commit d263c24

Browse files
committed
feat: regenerate rules
1 parent d0fbd32 commit d263c24

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

lib/configs/base.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* This file has been automatically generated,
44
* in order to update its content execute "npm run update"
55
*/
6-
const ruleLevel =
7-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
86

97
module.exports = {
108
parserOptions: {

lib/configs/flat/base.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* This file has been automatically generated,
44
* in order to update its content execute "npm run update"
55
*/
6-
const ruleLevel =
7-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
86

97
module.exports = [
108
{

lib/configs/flat/vue2-essential.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
'use strict'
77
const config = require('./base.js')
88

9-
const ruleLevel =
10-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
11-
129
module.exports = [
1310
...config,
1411
{

lib/configs/flat/vue3-essential.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
'use strict'
77
const config = require('./base.js')
88

9-
const ruleLevel =
10-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
11-
129
module.exports = [
1310
...config,
1411
{

lib/configs/vue2-essential.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* This file has been automatically generated,
44
* in order to update its content execute "npm run update"
55
*/
6-
const ruleLevel =
7-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
86

97
module.exports = {
108
extends: require.resolve('./base'),

lib/configs/vue3-essential.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* This file has been automatically generated,
44
* in order to update its content execute "npm run update"
55
*/
6-
const ruleLevel =
7-
process.env.VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
86

97
module.exports = {
108
extends: require.resolve('./base'),

0 commit comments

Comments
 (0)