Skip to content

Commit

Permalink
Updated the project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jul 22, 2017
1 parent 5e35379 commit 19648d6
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 484 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

9 changes: 5 additions & 4 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"title": "Akismet for JS",

"source": "src",
"source": "lib",
"destination": "doc/api",

"manual": {
"changelog": ["CHANGELOG.md"]
},
"excludes": ["index\\.js$"],
"manual": {"changelog": ["CHANGELOG.md"]},
"plugins": [{"name": "esdoc-node"}],

"test": {
"source": "test",
"type": "mocha"
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends: eslint:recommended

env:
es6: true
mocha: true
node: true

parserOptions:
Expand Down
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
* text=auto

.babelrc text
.editorconfig text
.esdoc.json text
.eslintrc.yaml text
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.idea/
/.nyc_output/
/doc/api/
/lib/
/node_modules/
/var/

Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/var/
/web/

/.babelrc
/.editorconfig
/.esdoc.json
/.eslintrc.yaml
Expand Down
92 changes: 0 additions & 92 deletions src/author.js

This file was deleted.

68 changes: 0 additions & 68 deletions src/blog.js

This file was deleted.

Loading

0 comments on commit 19648d6

Please sign in to comment.