bigbluebutton-Github/bigbluebutton-html5/.jscsrc

7 lines
131 B
Plaintext
Raw Normal View History

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