Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

the key import is reserved

// .eslintrc.js
module.exports = {
    "extends": "airbnb",
    "plugins": [
        "react"
    ]
};
 
PREVIOUS NEXT
Tagged: #key #import #reserved
ADD COMMENT
Topic
Name
2+2 =