Commit graph

40 commits

Author SHA1 Message Date
Markus Olsson 317f34bd4a turns our the whitespace is included 2020-06-04 14:19:11 +02:00
Markus Olsson 2da5b78292 Add a naive rule for detecting when attempting to use mutable arrays in props or state 2020-06-04 14:14:33 +02:00
Markus Olsson 564df4e796
Merge branch 'development' into matters-order 2019-11-12 16:29:15 +01:00
Markus Olsson 23842e67bd 🔥 obsolete tslint rule for button group 2019-11-06 23:01:47 +01:00
Ed Luff e9d567971c
Merge branch 'development' into patch-1 2019-11-04 16:39:21 +00:00
Ed Luff 7ce19beab0
consistency again 2019-10-29 22:27:47 +00:00
Ed Luff 434d2763c8
don’t allowUnreachableCode 2019-10-28 20:46:47 +00:00
Jed Fox 254c5661a3 Revert "Revert "ESLint for great justice: Episode I""
This reverts commit 45e7b216ea.
2017-10-19 19:01:08 -04:00
Josh Abernathy 45e7b216ea Revert "ESLint for great justice: Episode I" 2017-09-20 14:10:29 -04:00
Jed Fox 60e4a65022 typescript/no-angle-bracket-type-assertion 2017-08-18 13:46:39 -04:00
Jed Fox 8f48ce41c5 eslint-plugin-prettier
Also, get rid of the Prettier-related scripts in package.json
2017-08-18 11:30:37 -04:00
Jed Fox defb95f673 Fix the lint errors 2017-08-18 11:24:57 -04:00
Jed Fox e02b1147aa ESLint for great justice! 🚀 2017-08-18 11:16:29 -04:00
Brendan Forster beba8a3995 Merge branch 'master' into bump-tslint-pray-for-mojo 2017-05-18 21:00:41 +10:00
Zhang Zhi a83445bdb5 Use the correct indent 2017-05-18 00:57:27 +08:00
Brendan Forster 69c9a4598c adjust imports 2017-05-03 14:46:13 +10:00
joshaber 1ca5fa189e Update our lint rules 2017-04-28 15:16:27 -04:00
joshaber 4c80b9789b And fix the place I cargo-culted from 2017-04-20 16:44:51 -04:00
joshaber 49d2b97e22 Well huh 2017-04-20 16:44:23 -04:00
joshaber 3636c963ba Implement the no sync rule 2017-04-20 16:27:15 -04:00
Markus Olsson 1718a3b6cd 📖 2017-01-30 13:51:37 +01:00
Markus Olsson 4759634ee1 First take on tslint rule to enforce button group order 2017-01-30 13:47:54 +01:00
Brendan Forster 831d7aaa96 use the type declaration common to both regular elements and self-closing elements 2016-12-08 12:13:14 +11:00
Markus Olsson 8b8d851a7e Remove trailing comma 2016-12-01 15:55:16 +01:00
Markus Olsson a1d5641787 Some day I will learn how to program 2016-12-01 14:19:25 +01:00
Markus Olsson dfd4b94eb0 🔥 debug message 2016-12-01 14:19:16 +01:00
Markus Olsson 972cac4c81 🎨 cleanup 2016-12-01 14:19:10 +01:00
Markus Olsson b70ea1891f Add rule prohibiting lifecycle-sounding method names 2016-12-01 14:05:04 +01:00
Markus Olsson 804417d50e Splelling 2016-12-01 13:48:24 +01:00
Markus Olsson 58a4cd5e97 Only remove trailing void parameters 2016-12-01 11:57:40 +01:00
Markus Olsson c7eab8d5b0 Allow omitting parameters, enforce omitting void parameters 2016-12-01 11:53:07 +01:00
Markus Olsson 5df13ded76 Add test for componentWillUpdate and refactor 2016-12-01 11:37:15 +01:00
Markus Olsson bcd266fdab Add test for componentWillReceiveProps 2016-12-01 11:14:38 +01:00
Markus Olsson b8eaffa5f9 Remove logging 2016-12-01 11:14:04 +01:00
Markus Olsson 4677a57ea9 Fix typo in unrelated test 2016-12-01 11:02:50 +01:00
Markus Olsson b6bb413dcd Add stub test for improper use of lifecycle methods 2016-12-01 11:02:42 +01:00
Markus Olsson 0e0b054b7f 📖 2016-11-24 17:20:47 +01:00
Markus Olsson 5f155c4ec9 Add a tslint rule that checks for mutable props/state 2016-11-24 17:14:36 +01:00
Markus Olsson 2b05275c3b 📖 2016-11-17 11:46:50 +01:00
Markus Olsson 34ad8198b4 Add a tentative first iteration of a custom tslint rule
This rule will catch the error when directly passing a dispatcher
method to a component without going through an intermediary bound
instance method first.
2016-11-17 11:42:01 +01:00