Skip to content

Commit 06db609

Browse files
committedAug 14, 2018
chore: switch to rollup & typescript
1 parent a2ac536 commit 06db609

38 files changed

+5085
-9475
lines changed
 

‎.babelrc

-6
This file was deleted.

‎.eslintrc

-26
This file was deleted.

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ module
3030
*.sublime-*
3131
.idea/
3232
*.DS_Store
33+
.rpt2_cache

‎.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ example
55
src
66
test
77
.editorconfig
8-
.eslintrc
8+
tslint.json
99
.gitignore
1010
.travis.yml
1111
.prettierrc.yml
1212
.prettierignore
13+
rollup.browser.config.js
14+
rollup.example.config.js
15+
rollup.module.config.js
1316
bower.json
1417
CONTRIBUTING.md
1518
CONVENTIONS.md

‎.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ package.json
22
coverage
33
dist
44
module
5+
rollup.browser.config.js
6+
rollup.example.config.js
7+
rollup.module.config.js

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Our communications here on GitHub follow certain guidelines. Please observe the
3232

3333
- JavaScript
3434

35-
- [ESLint](http://eslint.org/) configuration files are provided
35+
- [TSLint](https://palantir.github.io/tslint/) configuration files are provided
3636

3737
- run `npm run lint` to check code style
3838

0 commit comments

Comments
 (0)