bigbluebutton-Github/bigbluebutton-html5/.jscsrc
2016-04-06 10:06:08 -03:00

7 lines
131 B
Plaintext
Executable File

{
"preset": "airbnb",
"maxErrors": null, // display all errors
"fileExtensions": [".js", ".jsx"],
"esnext": true
}