Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Add readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jul 31, 2020
1 parent 15b9d0b commit fae78d6
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-custom-eslint/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
5 changes: 5 additions & 0 deletions test/integration/verify/fixtures/js-custom-eslint/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "test-component",
"main": ["main.js"],
"dependencies": {}
}
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-es5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-es6/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-es7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-invalid/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/js-npm-dependency/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/no-js-or-sass/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/sass-custom-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/sass-invalid/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT
7 changes: 7 additions & 0 deletions test/integration/verify/fixtures/sass/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-component

test component

## Licence

MIT

0 comments on commit fae78d6

Please sign in to comment.