UNPKG

react-diff-viewer

Version:

A simple and beautiful text diff viewer component made with diff and React

24 lines (23 loc) 449 B
{ "extends": ["airbnb-base", "plugin:@typescript-eslint/recommended"], "rules": { "no-tabs": "off", "@typescript-eslint/indent": ["error", 2], "max-len": ["error", { "code": 100 }], "arrow-body-style": "off", }, "settings": { "import/resolver": { "node": { "extensions": [".js", ".jsx", ".ts", ".tsx"] } } }, "env": { "mocha": true, "node": true, "browser": true, }, }