Skip to content

Commit 9d18bac

Browse files
authoredDec 24, 2018
[WIP] Docs (#929)
* fix links * docs - fix links - add camel case - add default units * fix plugin names * moving docs for global plugin * typo * add package to the rest, remove plugins link * nesting * WIP docs * remove "syntax" prefix from plugins * update the name * Update size-snapshots and LICENSES * Update .eslintrc * Update size snapshot * wording * fix headings
1 parent e2a7c52 commit 9d18bac

File tree

163 files changed

+1085
-1517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+1085
-1517
lines changed
 

‎.eslintrc.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@ module.exports = {
99
benchmark: true,
1010
__VERSION__: true,
1111
CSS: true
12-
}
12+
},
13+
overrides: [
14+
{
15+
files: ['docs/*.md', 'docs/**/*.md'],
16+
rules: {
17+
'no-console': 'off'
18+
}
19+
}
20+
]
1321
}

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2014-present Oleg Isonen/Slobodskoi & contributors
2+
Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

0 commit comments

Comments
 (0)
Please sign in to comment.