Skip to content

Commit c40b25e

Browse files
siddharthkpCompuIves
authored andcommitted
Move jsonlint.browser to vendors + eslintignore it (codesandbox#2394)
* move jsonlint.browser to vendors + eslintignore it * oops accidental add
1 parent 1fe5eb3 commit c40b25e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

packages/common/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/forked-vendors
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This folder contains files that we copied from third party libraries to make
2+
small changes to them.

packages/common/src/templates/configuration/jsonlint.browser.js renamed to packages/common/src/forked-vendors/jsonlint.browser.js

File renamed without changes.

packages/common/src/templates/configuration/parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import toml from 'markty-toml';
2-
import { parse } from './jsonlint.browser';
2+
import { parse } from '../../forked-vendors/jsonlint.browser';
33
import { ConfigurationFile } from '../../templates/configuration/types';
44
import { ParsedConfigurationFiles } from '../template';
55
import { Sandbox } from '../../types';

0 commit comments

Comments
 (0)