Skip to content

Commit

Permalink
Lint Test 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinoharaTa committed Aug 2, 2023
1 parent 8c467d8 commit 98390a8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"plugins": [
"json"
],
"extends": [
"plugin:json/recommended"
],
"rules": {
"json/*": [
"error",
"always"
]
}
}
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "your-project-name",
"version": "1.0.0",
"description": "Your project description",
"scripts": {
"lint": "eslint ./resources/*.json"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-json": "^2.1.2"
}
}

0 comments on commit 98390a8

Please sign in to comment.