mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove jshint remnants
This commit is contained in:
parent
e1b389fa8e
commit
e71389d3f0
10 changed files with 4 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ This will launch a Zeppelin WebApplication on port **9000** that will update on
|
|||
|
||||
Zeppelin WebApplication is using **AngularJS** as main Framework, and **Grunt** and **Bower** as helpers.
|
||||
|
||||
So you might want to get familiar with it.
|
||||
So you might want to get familiar with it.
|
||||
[Here is a good start](http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/)
|
||||
(There is obviously plenty more ressources to learn)
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ So you might want to get familiar with it.
|
|||
* We use a 2 spaces indentation
|
||||
* We use single quotes
|
||||
|
||||
But don't worry, JSHint will make you remember it for the most part.
|
||||
But don't worry, Eslint and Jscs will make you remember it for the most part.
|
||||
|
||||
We try not to have **JQuery except in directives**, If you want to include a library,
|
||||
please search for its **angularJS** directive first.
|
||||
|
|
@ -119,7 +119,7 @@ The file index.html will automatically update with the new bower_component
|
|||
|
||||
<br/>
|
||||
|
||||
**Example**: `./bower install angular-nvd3`
|
||||
**Example**: `./bower install angular-nvd3`
|
||||
|
||||
You should find that line in the index.html file
|
||||
```
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
<exclude>.bowerrc</exclude>
|
||||
<exclude>.editorconfig</exclude>
|
||||
<exclude>.jscsrc</exclude>
|
||||
<exclude>.jshintrc</exclude>
|
||||
<exclude>.eslintrc</exclude>
|
||||
<exclude>.tmp/**</exclude>
|
||||
<exclude>**/.settings/*</exclude>
|
||||
<exclude>**/.classpath</exclude>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* jshint loopfunc: true */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* jshint loopfunc: true */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* jshint loopfunc: true */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/*jshint loopfunc: true, unused:false */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/*jshint loopfunc: true, unused:false */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/* jshint loopfunc: true */
|
||||
/* global $: false */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/*jshint loopfunc: true, unused:false */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* jshint loopfunc: true */
|
||||
/*
|
||||
* Licensed under the Apache License, Version 2.0 (the 'License');
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in a new issue