Skip to content

Commit b6c204d

Browse files
author
Ninad Hatkar
authored
Merge pull request #42 from Contentstack-Solutions/seed
Seed Plugin
2 parents a2fc4b9 + eba6e9e commit b6c204d

36 files changed

Lines changed: 73125 additions & 1880 deletions

packages/contentstack-bulk-publish/package-lock.json

Lines changed: 7039 additions & 738 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-clone/package-lock.json

Lines changed: 10765 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-export-to-csv/package-lock.json

Lines changed: 5507 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-export/package-lock.json

Lines changed: 7005 additions & 602 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-import/package-lock.json

Lines changed: 6490 additions & 488 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-plugins/package-lock.json

Lines changed: 9241 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

packages/contentstack-seed/.eslintignore

Whitespace-only changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": [
3+
"oclif",
4+
"oclif-typescript"
5+
],
6+
"rules": {
7+
"unicorn/no-abusive-eslint-disable": "off",
8+
"@typescript-eslint/no-use-before-define": "off",
9+
"@typescript-eslint/ban-ts-ignore": "off"
10+
}
11+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*-debug.log
2+
*-error.log
3+
/.nyc_output
4+
/dist
5+
/lib
6+
/tmp
7+
/yarn.lock
8+
node_modules
9+
.DS_Store
10+
coverage

0 commit comments

Comments
 (0)