Skip to content

Commit

Permalink
Merge pull request #141 from springload/chore/typescript
Browse files Browse the repository at this point in the history
Chore/typescript
  • Loading branch information
ryami333 committed Jan 14, 2019
2 parents 604ecfb + 6537261 commit d7c32c8
Show file tree
Hide file tree
Showing 52 changed files with 1,468 additions and 2,959 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

31 changes: 0 additions & 31 deletions .eslintrc

This file was deleted.

10 changes: 0 additions & 10 deletions .flowconfig

This file was deleted.

4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ src
webpack
.nvmrc
.travis.yml
.eslintignore
.eslintrc
tsconfig.*
tslint.json
.editorconfig
.githooks
bin
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = api => {
},
],
'@babel/preset-react',
'@babel/preset-flow',
'@babel/preset-typescript',
];

const plugins = ['@babel/plugin-proposal-class-properties'];
Expand Down
6 changes: 2 additions & 4 deletions demo/js/demo.js → demo/js/demo.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* eslint no-console: 0 */
// eslint-disable-next-line import/no-extraneous-dependencies
import '@babel/polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import * as React from 'react';
import * as ReactDOM from 'react-dom';

import {
Accordion,
Expand Down
128 changes: 0 additions & 128 deletions flow-typed/npm/enzyme_v3.x.x.js

This file was deleted.

Loading

0 comments on commit d7c32c8

Please sign in to comment.