remove jshint remnants

This commit is contained in:
Damien CORNEAU 2016-07-20 08:55:08 +09:00
parent e1b389fa8e
commit e71389d3f0
10 changed files with 4 additions and 13 deletions

View file

@ -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
```

View 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>

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.