Skip to content

Commit

Permalink
Merge branch 'master' into is-category
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jan 23, 2022
2 parents 9e08f1f + 42baa68 commit 50e466b
Show file tree
Hide file tree
Showing 38 changed files with 5,839 additions and 2,060 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,14 @@
}
},
{
// disable some eslint rules in the demos and tools folders.
"files": ["{demos,tools}/**/*.{js,cjs,mjs}"],
// Disable some eslint rules in the Gruntfile, demos/*, tools/*.
"files": ["Gruntfile.js", "{demos,tools}/**/*.{js,cjs,mjs}"],
"extends": ["eslint:recommended", "prettier"],
"rules": {
"no-console": "off",
"no-unused-vars": "off",
"no-undef": "off"
}
},
{
"files": ["src/**/*.js"],
"extends": ["eslint:recommended", "prettier"]
}
]
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tag-version-prefix=""
Loading

0 comments on commit 50e466b

Please sign in to comment.