Граф коммитов

35 Коммитов

Автор SHA1 Сообщение Дата
Vlad Filippov fbcfb9db98
Merge pull request #21 from mozilla/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-20 10:02:40 -04:00
dependabot[bot] ce46b27949
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 18:56:47 +00:00
Jared Hirsch 77824b728c
Merge pull request #20 from mozilla/nsp-1488
chore(deps): fix nsp issue 1488 in transitive dependencies
2020-03-06 16:09:19 -08:00
Jared Hirsch 2f60ae3818
chore(deps): fix nsp issue 1488 in transitive dependencies 2020-03-06 16:06:32 -08:00
Vlad Filippov 6a5ef7d02c
Merge pull request #19 from mozilla/2.0.1
release 2.0.1
2019-11-14 14:34:08 -05:00
Dave Justice 8c5dd84804
release 2.0.1
- fix order of prettier config
2019-11-14 19:28:16 +00:00
Dave Justice 4e7b014078
Merge pull request #18 from mozilla/prettier-update
Feature(configuration): Update config to use prettier
2019-11-11 09:23:13 -08:00
Dave Justice 8b7f25fdba
Merge branch 'master' into prettier-update 2019-11-08 16:27:41 +00:00
Dave Justice a8a233ffb2
Feature(configuration): Update config to use prettier
This is part of a larger change to consolidate eslint configs
in the monorepo

- added 'no-console' rule to server config
- renamed 'default' config to 'recommended'
- bump version to 2.0.0
- add eslint-config-prettier dependency
- update eslint, ramda, mocha
2019-11-07 19:29:18 +00:00
Dave Justice 7c4e9dc797
Merge pull request #17 from mozilla/dependabot/npm_and_yarn/eslint-6.6.0
Bump eslint from 3.19.0 to 6.6.0
2019-11-07 10:39:51 -08:00
dependabot[bot] 6f11f0885d
Bump eslint from 3.19.0 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-31 15:28:45 +00:00
Dave Justice cb0b566a8d
Merge pull request #15 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-10-31 08:27:30 -07:00
Mozilla-GitHub-Standards c489444a78 Add Mozilla Code of Conduct file
Fixes #14.

_(Message COC002)_
2019-03-29 15:05:47 -07:00
Vlad Filippov 1153ff4bbf
Merge pull request #12 from mozilla/mocha-only-exclusive
Add `no-exclusive-tests` for Mocha tests
2019-01-03 08:58:44 -05:00
vladikoff b50fb72971 Update node versions to 8 and 10 2019-01-02 11:30:33 -05:00
vladikoff 6e258dbd12 Add `no-exclusive-tests` for Mocha tests 2019-01-02 11:28:03 -05:00
Vlad Filippov e082927b4c Revert "Extend the eslint-plugin-node plugin to get deprecation notices (#10)"
This reverts commit dea81bc103.
2018-03-16 08:22:48 -04:00
Peter deHaan dea81bc103 Extend the eslint-plugin-node plugin to get deprecation notices (#10) 2018-03-14 13:07:28 -04:00
Vlad Filippov 41504c9dd3 add keyword-spacing rule (#8)
Ref: http://eslint.org/docs/rules/keyword-spacing
Saves us time in reviews (avoids nit comments)
2017-04-28 11:37:41 -04:00
Sean McArthur 80252879f1 Merge pull request #5 from divyabiyani/prefer-const
feat(prefer-const): prefer-const rule added
2017-02-08 10:18:12 -08:00
divyabiyani 290a20b5b3 feat(prefer-const): prefer-const rule added 2017-02-08 20:56:17 +05:30
Divya Biyani 84d614b1e1 feat(space-unary-ops) : 1 whitespace rule added (#4) 2017-02-07 14:00:58 -05:00
Vlad Filippov 4559f1f8dd feat(new-buffer) : no new Buffer() error added (#3) r=vladikoff 2017-02-01 13:04:17 -05:00
Sean McArthur c632749a96 remove eslint-config-fxa dependency that was not used 2016-11-14 13:42:27 -08:00
Sean McArthur 57531f3506 bump to mozilla 2016-10-17 09:50:50 -07:00
Sean McArthur 9fd22b27c6 Merge pull request #1 from seanmonstar/no-self
add id-blacklist of 'self' to client config
2016-10-17 09:47:30 -07:00
Sean McArthur a5c563bb2d add id-blacklist of 'self' to client config 2016-10-10 12:01:14 -07:00
Sean McArthur 0725b0f502 use mocha for tests 2016-10-10 12:00:29 -07:00
Sean McArthur abd0999e9b fixing more travis 2016-10-10 11:19:58 -07:00
Sean McArthur d3f9f76990 quote travis versions 2016-10-10 11:19:10 -07:00
Sean McArthur b0f5bb1608 its node_js 2016-10-10 11:16:57 -07:00
Sean McArthur f1267e8074 fix travis with language 2016-10-10 11:12:46 -07:00
Sean McArthur 0fe5df409e add travis ci 2016-10-10 11:11:22 -07:00
Sean McArthur cfce266503 add a test case, slurp in eslint-config configs 2016-10-10 10:58:20 -07:00
Sean McArthur b81c69a0c2 init 2016-09-30 17:57:29 -07:00