Skip to content

V3 #2010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 66 commits into from
Closed

V3 #2010

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
3cf8ded
Removed all style guide specific information, as we only need a config
Aug 18, 2015
1223eb7
Renamed to lint-trap
Aug 18, 2015
e4e6dbf
Added new package.json
Aug 18, 2015
ee264b6
Modified package name and main path
Aug 18, 2015
aa034b2
Modified to remove directory and move files to top
Aug 18, 2015
d620f96
Fixes #9 to all param reassignment
Aug 18, 2015
d4da619
Fixes #12 to use 1tbs
Aug 18, 2015
78d65bc
Fixes #13 to camelCase all the things
Aug 18, 2015
8d137b4
Fixes #16 to include @TODO:/@NOTE: markers
Aug 18, 2015
3fbbf6e
Modified file organization and extends implementation
Aug 19, 2015
7505707
Merge pull request #17 from virtru/extract-eslint-config
Akkuma Aug 19, 2015
1a2e15e
Updated README
Aug 19, 2015
a606922
Fixed incorrect directory path
Aug 19, 2015
6f8d703
Removed ES6 for now
Aug 19, 2015
7b62788
adds a custom rule for function naming;
Aug 24, 2015
6605cba
Fixes #18
Aug 24, 2015
72fcf8d
updates to use custom plugin;
Aug 24, 2015
b73570b
adds in custom plugin, sets default for `func-names` to ignore;
Aug 24, 2015
e2a818f
Resolves #3
Aug 24, 2015
195ab2f
Switched default to frontend
Aug 24, 2015
a420e2c
Updated README
Aug 24, 2015
95242cd
Updated README formatting
Aug 24, 2015
06348b9
updates default for virtru specific rule;
Aug 24, 2015
d5eac74
updates to use ssh instead of https;
Sep 16, 2015
88fa1d6
Remove ssh dependency
JasonGhent Oct 20, 2015
2916a55
relaxes restrictions around padded-blocks
Jan 12, 2016
0e2d079
WS-3683: Add es6 support for backend repos
jwvirtru May 6, 2016
008392f
Merge pull request #25 from virtru/es6-support
Akkuma May 9, 2016
3d8ab77
updates no-shadow rule to add common variable names;
May 12, 2016
429248d
Merge pull request #26 from virtru/no-shadow-update
Akkuma May 12, 2016
d6c5c89
adds the ability to configure in the package json file the specific r…
May 12, 2016
003ecc1
Updated to default to the more aggressive lint
May 13, 2016
3243aab
Merge pull request #27 from virtru/add-repo-config
Akkuma May 13, 2016
360dc93
configures defaults based on the version of eslint;
May 23, 2016
858b1a1
adds semver lib;
May 23, 2016
1b6d4e6
Merge pull request #28 from virtru/support-mult-eslint-versions
Akkuma May 23, 2016
c8bea4f
enables es6;
May 25, 2016
ebf915a
Updated to use airbnb and modify as necessary
Jun 3, 2016
2107130
Fixed package.json dependencies
Jun 6, 2016
42bf16a
Merge pull request #34 from virtru/eslint2-updates
Jun 7, 2016
7456d1a
removes ssh for dependecny;
Jun 9, 2016
67d8538
HACK: gets linting running again... hardcodes exact path to airbnb lib
Jun 9, 2016
2a06654
Revert "HACK: gets linting running again... hardcodes exact path to a…
Jun 9, 2016
49fb9b2
Fixed support for npm 2
Jun 16, 2016
b627605
Bumped to v2
Jun 16, 2016
c4b712a
Merge pull request #36 from virtru/support-npm2
Akkuma Jun 16, 2016
4e08af0
Removed eslint-plugin-virtru-lint
Jun 16, 2016
ffa0160
Merge pull request #37 from virtru/support-npm2
Akkuma Jun 16, 2016
19c9ba2
Added support for es6
Aug 22, 2016
c993c17
Updated to properly leverage airbnb es6
Aug 22, 2016
74e8262
Rollback from airbnb v5 as it requires eslint v3
Aug 22, 2016
de385e7
Implement support for vs code's eslint support (#38)
ctang18 Dec 8, 2016
29e17ca
WS-5592: Update 'valid-jsdoc' rule from error to warn
jwvirtru Mar 14, 2017
380f3e2
Merge pull request #40 from virtru/feature/WS-5592-jsdoc-warn
jwvirtru Mar 14, 2017
add4f0b
Updated to be latest version of Airbnb + eslint
Nov 29, 2017
632615e
Fixed broken code
Nov 29, 2017
e3f9598
Minor commented out rule update
Nov 29, 2017
aab5c1a
Updated to make older code warn
Nov 30, 2017
efc4dc1
Updated es6 & style
Nov 30, 2017
03ab1ba
Updated to only warn for global-require in backend repos
Nov 30, 2017
93ae4a7
Updated to sync ci & dev rules for es6 for now
Nov 30, 2017
1b25d08
Updated to resolve some repo issues
Nov 30, 2017
7d4ff1f
Updated to resolve more repo issues
Nov 30, 2017
a7054ba
Updated version
Nov 30, 2017
614714e
Updated to allow args to be unused
Dec 1, 2017
aa69fc9
Reinstalled major version of eslint to update resolved version of esl…
Feb 19, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.DS_Store
Loading