Skip to content

Commit

Permalink
build: 添加 elint
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Dec 30, 2018
1 parent ab2c0b5 commit 231b3e1
Show file tree
Hide file tree
Showing 15 changed files with 4,319 additions and 3,378 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

8 changes: 8 additions & 0 deletions .editorconfig
@@ -0,0 +1,8 @@
root = true

[*.{js}]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
36 changes: 29 additions & 7 deletions .gitignore
@@ -1,7 +1,29 @@
.gitattributes
demo/
node_modules/
.git/
.idea/
.vscode/
src/js/libs/
.project

# Windows:
Thumbs.db
ehthumbs.db
Desktop.ini

# node
node_modules
*.log

# vim
*.swp

# webstorm
.idea

# vscode
.vscode
jsconfig.json

# macos
.DS_Store

# elint
/.commitlintrc.js
/.eslintrc.js
/.huskyrc.js
/.stylelintrc.js
36 changes: 0 additions & 36 deletions .jshintrc

This file was deleted.

8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

113 changes: 0 additions & 113 deletions Gruntfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Keenwon
Copyright (c) 2014-present Keenwon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 0 additions & 13 deletions bower.json

This file was deleted.

5 changes: 0 additions & 5 deletions dist/jqpaginator.min.js

This file was deleted.

0 comments on commit 231b3e1

Please sign in to comment.