Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

42 changes: 0 additions & 42 deletions .eslintrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions .github/comparePackageVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const getVersionFromBranch = branch => {
const currentBranchVersion = getVersionFromBranch(currentBranch)
const targetBranchVersion = getVersionFromBranch(`remotes/origin/${targetBranch}`)

console.log(`Version in branch ${currentBranch}: ${currentBranchVersion}`)
console.log(`Version in branch ${targetBranch}: ${targetBranchVersion}`)
console.info(`Version in branch ${currentBranch}: ${currentBranchVersion}`)
console.info(`Version in branch ${targetBranch}: ${targetBranchVersion}`)

const isVersionGreater = (targetBranchVersion, currentBranchVersion) => {
const parseVersion = version => version.split('.').map(Number)
Expand All @@ -65,7 +65,7 @@ const isVersionGreater = (targetBranchVersion, currentBranchVersion) => {
}

if (isVersionGreater(targetBranchVersion, currentBranchVersion)) {
console.log(
console.info(
`\x1b[32mCurrent version (${currentBranchVersion}) is greater than the target version (${targetBranchVersion}).\x1b[0m`
)
process.exit(0)
Expand Down
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"arrowParens": "avoid"
}
23 changes: 0 additions & 23 deletions .prettierrc.js

This file was deleted.

3 changes: 1 addition & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ module.exports = {
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/preset-create-react-app'
'@storybook/addon-interactions'
],
framework: '@storybook/react',
core: {
Expand Down
Binary file removed dist/fonts/roboto-v27-latin-300.eot
Binary file not shown.
1 change: 0 additions & 1 deletion dist/fonts/roboto-v27-latin-300.svg

This file was deleted.

Binary file removed dist/fonts/roboto-v27-latin-300.ttf
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-300.woff
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-300.woff2
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-500.eot
Binary file not shown.
1 change: 0 additions & 1 deletion dist/fonts/roboto-v27-latin-500.svg

This file was deleted.

Binary file removed dist/fonts/roboto-v27-latin-500.ttf
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-500.woff
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-500.woff2
Binary file not shown.
Binary file removed dist/fonts/roboto-v27-latin-500italic.eot
Binary file not shown.
Loading
Loading