UNPKG

eslint-config-ct

Version:

ESLint config used in Charlie Tango

12 lines (10 loc) 177 B
import React from 'react' function TestJsx() { return ( <div> <label>Hello</label> <input type='text' value='world'/> </div> ) } export default TestJsx