diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:31:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:31:47 +0300 |
commit | 4aeb8473fa56acfed2321a4c11a4c0dfececffb4 (patch) | |
tree | a819ac868ff5beaccc96f62df15066afdd89e912 /ROADMAP.md | |
parent | 5e92aa597af16273896bed9675ad59afff6d74d7 (diff) | |
download | eslint-config-4aeb8473fa56acfed2321a4c11a4c0dfececffb4.tar.xz eslint-config-4aeb8473fa56acfed2321a4c11a4c0dfececffb4.zip |
feat(eslint): no-process-env
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ - [ ] "no-param-reassign" - [X] "no-path-concat" - [ ] "no-plusplus" -- [ ] "no-process-env" +- [X] "no-process-env" - [ ] "no-process-exit" - [X] "no-proto" - [ ] "no-prototype-builtins" |