2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-07 18:14:28 -06:00
Jon Moss 613cdcaf0b Update Readme docs
Adding element rendered the editor; otherwise editor wouldn't render for me.
2015-08-11 16:19:25 +01:00

18 lines
275 B
Plaintext

{
"node": true,
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"noempty": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true
}