Skip to content
  • Christopher Chedeau's avatar
    Fix lint warnings when adding a new js file · 69a4024c
    Christopher Chedeau authored
    Summary: @​public
    When we updated eslint, some of the rules have been renamed and are spamming everytime someone adds a new js file. It turns out that the rules that those have been deprecated to were already present in the current eslint config and enabled, so I just needed to remove them.
    
    Reviewed By: @jingc
    
    Differential Revision: D2467315
    69a4024c