Commit Graph

80 Commits

Author SHA1 Message Date
77b751e7c6 license 2020-05-17 19:04:57 +02:00
ef47d37d9d cleanup, update to eslint 7 2020-05-13 20:38:48 +02:00
ad6435591f reduce complexity errors 2020-05-08 13:16:14 +02:00
f4917ce58d disable magic numbers 2020-05-06 15:39:40 +02:00
136cb3727c fix 2020-05-06 08:29:05 +02:00
78d34396cc remove jsdoc 2020-05-06 08:25:51 +02:00
5150c58c2e fix 2020-05-06 07:50:56 +02:00
bda3dc8083 eslint bug no-spaced-func 2020-04-28 10:45:37 +02:00
0264c89199 fix 2020-04-27 15:39:01 +02:00
75f13ac6cc fix 2020-04-09 20:11:02 +02:00
1b3da7a3b7 fix 2020-04-09 09:30:28 +02:00
bffd14d88a fix 2020-04-08 11:41:23 +02:00
6e08dfaaeb disallow pascalcase 2020-04-08 11:07:42 +02:00
f2c5af4b65 allow underscore dangle in certain conditions 2020-04-08 10:35:47 +02:00
8fb3ec9655 split into modules 2020-04-06 07:57:58 +02:00
8f1cfc34ab Revert "add typescript plugin"
This reverts commit 97c404189b.
2020-04-06 07:48:53 +02:00
97c404189b add typescript plugin 2020-04-03 18:11:21 +02:00
358b9ce0c2 fix license 2020-03-25 17:05:57 +01:00
c4e922a396 allow PascalCase for vue 2020-03-04 14:02:55 +01:00
2fef44510b no-sync only warn 2020-03-01 22:04:34 +01:00
82e6d357b6 disable no-shadow for globals 2020-02-08 14:15:50 +01:00
06907fa109 make block statements more readable 2020-02-07 15:08:36 +01:00
Timo Hocker
3dd0cd7088 [no publish] fix eslint problems 2020-02-06 12:26:07 +01:00
fd26ee2614 fix dos endings 2020-02-05 19:07:08 +01:00
aa837a3f3d force snake_case in vue properties 2020-02-05 10:48:18 +01:00
66c8991cf6 fix 2020-02-04 14:27:29 +01:00
d60b2d8ee6 fix 2020-02-04 14:21:47 +01:00
29a93834d5 fix destruction of folder imports 2020-02-04 14:06:31 +01:00
7762b71b6a fix false positive 2020-02-03 10:07:17 +01:00
9169302d0d Revert "do not prevent explicit overwrite of globals"
This reverts commit 042e6a3e8f.
2020-01-24 10:03:52 +01:00
042e6a3e8f do not prevent explicit overwrite of globals 2020-01-24 09:55:13 +01:00
8ff0eb6caf fix 2020-01-24 09:49:10 +01:00
3b6d8355e9 allow numbers in id 2020-01-24 09:41:14 +01:00
Timo Hocker
50ad07a41e fix 2020-01-22 08:19:35 +01:00
Timo Hocker
60892bb086 add node and sort-requires plugin 2020-01-22 08:13:54 +01:00
e778efbd21 add license, readme 2020-01-18 22:37:39 +01:00
3c29385044 fix rule conflict 2020-01-14 19:45:35 +01:00
3d99ea4745 fix switch case indent 2020-01-09 07:58:46 +01:00
8900dd242b fix yoda 2020-01-06 20:04:53 +01:00
be41f53508 deactivate import until import/export works 2020-01-06 18:29:35 +01:00
26fee607d0 remove unneeded extends 2020-01-05 23:14:51 +01:00
f0f2f8613b remove unnecessary rule 2020-01-05 22:03:34 +01:00
95b4919218 remove unnecessary rule 2020-01-05 21:14:56 +01:00
b202ec6259 fix conflicting rules 2020-01-05 21:13:07 +01:00
ffe7fb71f8 add import plugin 2020-01-05 20:43:26 +01:00
62aa41d04e fix for local functions 2020-01-03 19:01:46 +01:00
414711b51a allow more params 2019-12-24 15:12:06 +01:00
392aff8945 jsdoc require function description 2019-12-24 14:16:53 +01:00
4cb5fb3cb5 try to include export objects for jsdoc 2019-12-24 14:11:52 +01:00
f132766e10 allow no blank line at block start 2019-12-24 13:32:31 +01:00