File tree Expand file tree Collapse file tree 6 files changed +0
-14
lines changed Expand file tree Collapse file tree 6 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 3
3
* This file has been automatically generated,
4
4
* in order to update its content execute "npm run update"
5
5
*/
6
- const ruleLevel =
7
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
8
6
9
7
module . exports = {
10
8
parserOptions : {
Original file line number Diff line number Diff line change 3
3
* This file has been automatically generated,
4
4
* in order to update its content execute "npm run update"
5
5
*/
6
- const ruleLevel =
7
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
8
6
9
7
module . exports = [
10
8
{
Original file line number Diff line number Diff line change 6
6
'use strict'
7
7
const config = require ( './base.js' )
8
8
9
- const ruleLevel =
10
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
11
-
12
9
module . exports = [
13
10
...config ,
14
11
{
Original file line number Diff line number Diff line change 6
6
'use strict'
7
7
const config = require ( './base.js' )
8
8
9
- const ruleLevel =
10
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
11
-
12
9
module . exports = [
13
10
...config ,
14
11
{
Original file line number Diff line number Diff line change 3
3
* This file has been automatically generated,
4
4
* in order to update its content execute "npm run update"
5
5
*/
6
- const ruleLevel =
7
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
8
6
9
7
module . exports = {
10
8
extends : require . resolve ( './base' ) ,
Original file line number Diff line number Diff line change 3
3
* This file has been automatically generated,
4
4
* in order to update its content execute "npm run update"
5
5
*/
6
- const ruleLevel =
7
- process . env . VUE_ESLINT_ALWAYS_ERROR === 'true' ? 'error' : 'warn'
8
6
9
7
module . exports = {
10
8
extends : require . resolve ( './base' ) ,
You can’t perform that action at this time.
0 commit comments