Bootstrap test

This commit is contained in:
Simon Lübeß
2024-10-02 18:21:57 +02:00
parent 21ddf69d5f
commit 4f45da02bf
86 changed files with 77957 additions and 1 deletions
@@ -0,0 +1,14 @@
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/
"browser": true,
"esnext": true,
"globals": { $: false, jQuery: false, "console": false},
"globalstrict": true,
"quotmark": "single",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
}