Skip to content

Commit 2e453ec

Browse files
committed
chore: fix linting issue
1 parent 7bf5e46 commit 2e453ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/with-styled-components/src/_document.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable react/no-danger, jsx-a11y/html-has-lang */
21
import React from 'react'
32
import Document from 'smooth-core/document'
43
import { ServerStyleSheet } from 'styled-components'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:doc": "doctoc packages/smooth-core/README.md",
99
"dev": "WATCH_MODE=true lerna run build --parallel -- --watch",
1010
"format": "prettier --write \"**/*.{js,json,md}\"",
11-
"lint": "eslint .",
11+
"lint": "eslint . --ignore-pattern \"examples/**/*.js\"",
1212
"prerelease": "lerna publish prerelease && conventional-github-releaser --preset angular",
1313
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
1414
"test": "jest"

packages/smooth-core/src/cli/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import path from 'path'
23
import program from 'commander'
34
import logUpdate from 'log-update'

0 commit comments

Comments
 (0)