-
While trying to run tests `npm run test` the command fails since "10up" is not an preset that exists, besides, jscs has been deprecated in favor of eslint.
I'll update removing jscs and adding the …
-
JSCS 1.8 is out now with the ability to specify a variant of esprima. FB maintains esprima-fb which parses jsx files. This package should be basically equivalent now to gulp-jscs except automatically …
-
Please support disabling rules in jsdoc like you can in jscs.
For example a rule could look like
```
"jsDoc": {
"requireParamTypes": null
}
```
Since some preset set the default we should be al…
-
I have the plugin enabled, configured properly, but it doesn't display any error in my code (it is always shown as valid). It used to work fine but suddenly it stopped working and I have tried pretty …
-
- [x] JSHint / ESLint / JSCS - #4
- [ ] Автофикс ofix по CodeStyle (JSCS, либо какой-нибудь инструмент, вроде fixmyjs)
- [ ] ES6 + Модули
- [x] Grunt/Gulp/Webpack
- [x] Сборка проекта в единый bundle,…
-
Hi, first thanks for this extension.
I got a problem when I'm running more than one window of Brackets. The extension display an error message:
```
Unexpected JSCS processing error: Max connection a…
-
In JsHint npm, the CLI option `--reporter` takes `/path/to/my/custom/reporter.js`.
In TsLint npm, the CLI option `--formatters-dir` takes `/path/to/my/custom/formatter/` and `--format` takes name of …
am11 updated
10 years ago
-
Currently you need to execute:
> grunt jshint:all && grunt jscs:all
And after closing #5:
> grunt jshint foo/bar.js && grunt jscs foo/bar.js
There could be a generic `lint` task so the developer w…
-
### Concept
A module for transforming configuration from static analysis tools such as `jscs` and `eslint` to `editorconfig` config format.
### Example usages
- Automatically generate `editorconfig` …
-
![screen shot 2015-10-15 at 12 37 27 pm](https://cloud.githubusercontent.com/assets/4776422/10522193/8be7b89a-7339-11e5-9ab5-9d1a52f7e0eb.jpg)
``` js
export const base_config = {
...default_options…