Skip to content

Commit

Permalink
feat(interfaces): PackageJson
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Dec 3, 2022
1 parent cc05dfb commit 7b06924
Show file tree
Hide file tree
Showing 7 changed files with 855 additions and 5 deletions.
1 change: 1 addition & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ iife
keyid
larsgw
lcov
libc
micnncim
mkbuild
nocheck
Expand Down
9 changes: 8 additions & 1 deletion .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const config = {
'jsdoc/check-tag-names': [
1,
{
definedTags: ['next', 'visibleName'],
definedTags: ['experimental', 'next', 'packageManager', 'visibleName'],
jsxTags: jsx
}
],
Expand Down Expand Up @@ -1123,6 +1123,9 @@ const config = {
name: 'namepath-defining',
required: ['name', 'type']
},
experimental: {
name: 'none'
},
extends: {
name: 'namepath-defining',
required: ['type']
Expand All @@ -1135,6 +1138,10 @@ const config = {
name: 'namepath-defining',
required: ['name', 'type']
},
packageManager: {
name: 'text',
required: ['name']
},
param: {
name: 'namepath-defining',
required: ['name', 'type']
Expand Down
Loading

0 comments on commit 7b06924

Please sign in to comment.