Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98888a6

Browse files
committed
feat: regenerate rules
1 parent be3db8d commit 98888a6

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)

AltStyle によって変換されたページ (->オリジナル) /