Commit 08c956e7 authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

chore(contracts): Don't lint auto-generated ts file

parent 3e41df63
...@@ -7,7 +7,7 @@ const fs = require('fs') ...@@ -7,7 +7,7 @@ const fs = require('fs')
console.log(`writing deployed contract artifacts typescript file`) console.log(`writing deployed contract artifacts typescript file`)
let content = ` let content = `
/* eslint-disable @typescript-eslint/no-var-requires, no-empty */ /* eslint-disable */
/* /*
THIS FILE IS AUTOMATICALLY GENERATED. THIS FILE IS AUTOMATICALLY GENERATED.
DO NOT EDIT. DO NOT EDIT.
......
/* eslint-disable */
/* eslint-disable @typescript-eslint/no-var-requires, no-empty */
/* /*
THIS FILE IS AUTOMATICALLY GENERATED. THIS FILE IS AUTOMATICALLY GENERATED.
DO NOT EDIT. DO NOT EDIT.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment