Skip to content

Commit d37cbc4

Browse files
ericapisaniLukas Holzer
and
Lukas Holzer
authoredJan 10, 2023
feat: move framework-info into build packages (#4783)
Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com>
1 parent 9d9aab0 commit d37cbc4

File tree

183 files changed

+14934
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+14934
-156
lines changed
 

‎.eslintrc.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const config = {
2121
'packages/build/types/**',
2222
// don't lint fixtures
2323
'packages/*/tests/**/fixtures/**',
24+
'packages/framework-info/test/fixtures/**',
25+
'packages/framework-info/dist/**',
2426
'packages/*/lib/**',
2527
],
2628
rules: {

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# don't format fixtures (sometimes faulty behaviour is desired)
22
packages/*/tests/**/fixtures/**
3+
packages/framework-info/test/fixtures/**
34
# don't lint outputs
45
packages/*/lib
56
# don't lint changelog files as they get auto-generated

0 commit comments

Comments
 (0)
Please sign in to comment.