Skip to content

Commit

Permalink
Merge pull request #254 from nekochans/feature/issue253/upgrade-lgtm-…
Browse files Browse the repository at this point in the history
…cat-ui

@nekochans/lgtm-cat-ui を最新安定版に更新して styled-components への依存を削除
  • Loading branch information
keitakn committed Jun 2, 2023
2 parents 41db133 + a5d032c commit b08b6bf
Show file tree
Hide file tree
Showing 14 changed files with 938 additions and 567 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Expand Up @@ -9,3 +9,5 @@ test/setupTests.ts
__mocks__
storybook-static/
public/mockServiceWorker.js
*.module.css.d.ts
*.module.css.d.ts.map
11 changes: 2 additions & 9 deletions .eslintrc.json
Expand Up @@ -23,13 +23,7 @@
"project": ["./tsconfig.json"],
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"jsx-a11y",
"react",
"react-hooks",
"styled-components-varname"
],
"plugins": ["@typescript-eslint", "jsx-a11y", "react", "react-hooks"],
"rules": {
"padding-line-between-statements": [
"error",
Expand Down Expand Up @@ -124,8 +118,7 @@
}
}
],
"react/display-name": "off",
"styled-components-varname/varname": 2
"react/display-name": "off"
},
"overrides": [
{
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -52,3 +52,6 @@ build-storybook.log

# IntelliJ IDEA
.idea

# Stylelint
.stylelintcache
2 changes: 2 additions & 0 deletions .prettierignore
Expand Up @@ -6,3 +6,5 @@ public/googlec001d983b208bd74.html
__mocks__
storybook-static/
public/mockServiceWorker.js
*.module.css.d.ts
*.module.css.d.ts.map
15 changes: 15 additions & 0 deletions .stylelintrc.json
@@ -0,0 +1,15 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recess-order",
"stylelint-config-prettier"
],
"ignoreFiles": [
"**/node_modules/**",
"**/.next/**",
"**/build/**",
"**/coverage/**",
"**/storybook-static/**"
],
"plugins": ["stylelint-order"]
}

1 comment on commit b08b6bf

@vercel
Copy link

@vercel vercel bot commented on b08b6bf Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.