1
0
Fork 0
freesewing/config/exceptions.yaml

87 lines
1.8 KiB
YAML
Raw Normal View History

noNamespace:
- create-freesewing-pattern
customRollup:
- components
- core
2019-07-19 15:09:05 +02:00
- css-theme
2019-05-31 18:06:02 +02:00
- i18n
2019-07-19 15:09:05 +02:00
- plugin-theme
- utils
- prettier-config
packageJson:
components:
# react-scripts doesn't handle .mjs files correctly
module: '!'
files:
2019-05-29 08:08:26 +02:00
- "Blockquote/*"
- "Draft/*"
- "DraftConfigurator/*"
- "Emblem/*"
- "Example/*"
- "Footer/*"
- "Icon/*"
2019-08-20 19:06:01 +02:00
- "LineDrawing/*"
2019-05-29 08:08:26 +02:00
- "Logo/*"
- "Navbar/*"
- "Ogol/*"
- "Robot/*"
- "SampleConfigurator/*"
2019-06-09 17:47:34 +02:00
- "Spinner/*"
2019-05-29 08:08:26 +02:00
- "withGist/*"
- "withLanguage/*"
- "withStorage/*"
2019-05-29 08:08:26 +02:00
- "Workbench/*"
create-freesewing-pattern:
2019-05-02 21:17:18 +02:00
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:
2019-05-02 21:17:18 +02:00
main: dist/theme.css
module: '!'
i18n:
# react-scripts doesn't handle .mjs files correctly
module: '!'
prettier-config:
main: "index.json"
module: '!'
scripts: { build: "echo \"prettier-config: No build required\" && exit 0" }
keywords:
- prettier
files:
- index.json
- package.json
utils:
# react-scripts doesn't handle .mjs files correctly
module: '!'
2019-07-14 11:05:50 +02:00
files:
- "backend/*"
- "camelCase/*"
- "capitalize/*"
- "cloneObject/*"
- "defaultGist/*"
- "defaultSa/*"
- "formatImperial/*"
- "formatMm/*"
- "neckstimate/*"
2019-07-14 11:05:50 +02:00
- "optionDefault/*"
- "optionType/*"
- "roundMm/*"
- "roundMmDown/*"
- "roundMmUp/*"
- "sliderStep/*"
- "smallestImperialStep/*"
- "storage/*"
- "tiler/*"
- "measurementAsMm/*"
- "validateEmail/*"
- "validateTld/*"