Tune in to the tools and techniques in the Elm ecosystem.
029: Writing an elm-review Rule
      
        April 26, 2021
      
      
        1:14:05
      
      
        
          71.15 MB
        
      
      
        Downloads: 0
      
    
    
      - dillonkearns/elm-review-html-to-elm(elm-review version of html-to-elm.com)
- Elm review cli new rule command 
- Review context 
- elm-review's context is like- Model, elm-syntax- Nodeis like a- Msg, Review- Errors are- Cmds, visitors are like- update
- elm-review's new configuration errors API
- Import aliases feature: - ModuleNameLookupTable
- elm-reviewFixes API
- Jeroen's Safe Unsafe Operations blog post 
Getting started
Some repos to look at for inspiration
- github.com/jfmengels/elm-review-unused
- github.com/jfmengels/elm-review-common
- github.com/jfmengels/elm-review-debug
- github.com/jfmengels/elm-review-simplify
The elm-review package docs are very through and worth reading
