1
0
Fork 0
freesewing/config/exceptions.yaml
2020-02-22 14:20:21 +01:00

108 lines
2.3 KiB
YAML

noNamespace:
- create-freesewing-pattern
- remark-jargon
- gatsby-remark-jargon
customRollup:
- components
- core
- css-theme
- gatsby-remark-jargon
- i18n
- plugin-theme
- remark-jargon
- utils
- prettier-config
packageJson:
benjamin:
author: woutervdub (https://github.com/woutervdub)
components:
# react-scripts doesn't handle .mjs files correctly
module: '!'
files:
- "Blockquote/*"
- "Draft/*"
- "DraftConfigurator/*"
- "Emblem/*"
- "Example/*"
- "Footer/*"
- "Icon/*"
- "LineDrawing/*"
- "Logo/*"
- "Navbar/*"
- "Ogol/*"
- "Robot/*"
- "SampleConfigurator/*"
- "Spinner/*"
- "withGist/*"
- "withLanguage/*"
- "withStorage/*"
- "Workbench/*"
create-freesewing-pattern:
bin:
create-freesewing-pattern: index.js
main: index.js
module: '!'
files:
- lib
- template
- README.md
- package.json
- '!lib/*.test.js'
- '!template/default/node_modules'
css-theme:
main: dist/theme.css
module: '!'
holmes:
author: AlfaLyr (https://github.com/alfalyr)
i18n:
# react-scripts doesn't handle .mjs files correctly
module: '!'
gatsby-remark-jargon:
keywords:
- remark
- mdx
- jargon
- gatsby
- gatsby-plugin
plugin-gore:
author: AlfaLyr (https://github.com/alfalyr)
prettier-config:
main: "index.json"
module: '!'
scripts: { build: "echo \"prettier-config: No build required\" && exit 0" }
keywords:
- prettier
files:
- index.json
- package.json
sandy:
author: AlfaLyr (https://github.com/alfalyr)
utils:
# react-scripts doesn't handle .mjs files correctly
module: '!'
files:
- "backend/*"
- "camelCase/*"
- "capitalize/*"
- "cloneObject/*"
- "defaultGist/*"
- "defaultSa/*"
- "formatImperial/*"
- "formatMm/*"
- "measurementAsMm/*"
- "measurementDiffers/*"
- "neckstimate/*"
- "optionDefault/*"
- "optionType/*"
- "roundMm/*"
- "roundMmDown/*"
- "roundMmUp/*"
- "sliderStep/*"
- "smallestImperialStep/*"
- "storage/*"
- "tiler/*"
- "validateEmail/*"
- "validateTld/*"
waralee:
author: woutervdub (https://github.com/woutervdub)